-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
24 lines (24 loc) · 961 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>: ; - 404</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<link rel="stylesheet" href="/styles/common.css">
</head>
<body>
<div class="content-box">
<div class="title">
<h1>3QUARTERSCOLON</h1>
<h2><a href="index.html">home</a> - <a href="blog.html">blog</a> - <a href="projects.html">projects</a> - <a href="tools.html">tools</a> - <a href="about.html">about</a></h2>
</div>
<div class="content">
<h1>404 ERROR</h1>
<h2>Page Not Found</h2>
<p>
Looks like you took a wrong turn somewhere. Press the back button in your browser and try something else.
</p>
</div>
</div>
</body>
</html>