-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path403.html
26 lines (26 loc) · 1.22 KB
/
403.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en-ca">
<head>
<meta charset="UTF-8">
<title>403 - William Roebuck</title>
<link rel="shortcut icon" href="/assets/images/logos/william_roebuck.png">
<link rel="stylesheet" href="/assets/css/global.css">
<link rel="stylesheet" href="/assets/css/navigation.css">
<link rel="stylesheet" href="/assets/css/top.css">
<link rel="stylesheet" href="/assets/css/error.css">
<script src="/assets/js/global.js"></script>
<script src="/assets/js/top.js"></script>
</head>
<body class="container">
<div include-html="/assets/html/top.html"></div>
<div include-html="/assets/html/nav.html" class="nav"></div>
<div class="content justify-content-center text-center space-bottom">
<div class="justify-content-center text-center info">
<h1 class="p-title">403</h1>
<h2>The content you were looking for is Forbidden, and for that I'm sorry.</h2>
<p><a class="s-title" href="/">Click me to head back to the front page</a></p>
</div>
<div include-html="/assets/html/footer.html" class="footer-info text-center"></div>
</div>
</body>
</html>