-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
61 lines (61 loc) · 1.64 KB
/
404.html
File metadata and controls
61 lines (61 loc) · 1.64 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
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon2.png">
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<title>byxchen - about</title>
</head>
<body>
<div class="content">
<p class="header">
<a class="nodeco white" href="index"> byx<span style="color:#66ccff">chen</span> </a>
<br>
-------
</p>
<br>
<div class="navbar">
<a class="nav-item rightmargin" href="index">
about
<br>
-----
</a>
<a class="nav-item-gray rightmargin" href="resume">
resume
<br>
</a>
<a class="nav-item-gray rightmargin" href="ta">
ta
<br>
</a>
<a class="nav-item-gray rightmargin" href="projects">
projects
<br>
</a>
<a class="nav-item-gray rightmargin" href="blog">
b.log()
<br>
</a>
</div>
<br>
<div class="entry">
<p class="entry-title"> 404 - Page Not Found</p>
<span class="entry-subtitle"> <script>document.write(window.location.href)</script> </span> - this resource doesn't seem to exist!
<br>
<span class="sub-text"> Choose to navigate to one of the pages above, or head back to
<a class="link nodeco" href="index">home</a>.</span>
<br>
</div>
<br>
<br><br>
</div>
</body>
</html>