Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

<html lang="en">
<head>
<title>Hackalist</title>
<title>404 - Hackalist</title>
<meta charset="UTF-8">
<meta name="description" content="A list of upcoming hackathons in North America.">
<meta name="description" content="An archive of hackathons from around the world (2014-2025).">
<meta name="keywords" content="hackathon, hackathons, list">
<meta name="author" content="Kevin Payravi">
<link rel="shortcut icon" href="/images/favicon.ico" />
<!-- Start Google Javascript -->
<script>
Expand All @@ -18,21 +17,21 @@
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/skeleton.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container" style="padding:20px;">
<div class="container">
<div class="row">
<div class="twelve columns">
<br><img src="images/logo.png" alt="Hackalist" class="img-center"><br>
<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="http://www.hackalist.org/">Main Page</a>.
You've 404'd! Head back to the <a href="/">Main Page</a>.
</p>
</div>
</div>
Expand Down
Loading
Loading