-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
53 lines (24 loc) · 1.04 KB
/
404.html
File metadata and controls
53 lines (24 loc) · 1.04 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<meta name="author" content="Amsul - http://amsul.ca">
<meta name="viewport" content="width=device-width">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta http-equiv="cleartype" content="on">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>EID100 / Page not found</title>
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/style.css">
<script src="/js/shiv.js"></script>
<body>
<section class="content">
<figure class="figure"><img src="/images/eid100.png"></figure>
<div class="content__box aligncenter">
<h1>Whatever you’re looking for is no longer here</h1>
<p><a class="button button--big" href="/">Head to the homepage →</a></p>
<br><br><br><br>
</div> <!-- content__box -->
</section> <!-- .content -->
</body>
</html>