-
Notifications
You must be signed in to change notification settings - Fork 290
Expand file tree
/
Copy path404.html
More file actions
30 lines (29 loc) · 859 Bytes
/
404.html
File metadata and controls
30 lines (29 loc) · 859 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 - Hackalist</title>
<meta charset="UTF-8">
<meta name="description" content="An archive of hackathons from around the world (2014-2025).">
<meta name="keywords" content="hackathon, hackathons, list">
<link rel="shortcut icon" href="/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="css/skeleton.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="twelve columns">
<br><a href="/"><img src="images/logo.png" alt="Hackalist" class="img-center"></a><br>
</div>
</div>
<br>
<div class="row">
<div class="twelve columns">
<p class="text-subheading">
You've 404'd! Head back to the <a href="/">Main Page</a>.
</p>
</div>
</div>
</div>
</body>
</html>