-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
30 lines (30 loc) · 1.19 KB
/
404.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
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<title>The Blog of the Unnamed team</title>
<meta charset="utf-8">
<link rel="stylesheet" href="main.css" />
</head>
<body>
<div id="container">
<div id="navContainer">
<div id="hamburger">
<div></div>
<div></div>
<div></div>
</div>
<div id="navigation" class="hidden">
<ul>
<li><a href="http://plastic-cup.github.io/blog/blog.html" id="blog-link">Blog</a></li>
<li><a href="http://plastic-cup.github.io/blog/projects.html" id="project-link">Projects</a></li>
<li><a href="#profiles" id="profile-link">Profiles</a></li>
</ul>
</div>
</div>
<h1>404</h1><h3>Whoops. Looks like what you're looking for can't be found.</h3>
</div>
<script src="https://code.jquery.com/jquery-git2.min.js"></script>
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<script src="script.js"></script>
</body>
</html>