-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmissing.html
More file actions
45 lines (38 loc) · 1.15 KB
/
missing.html
File metadata and controls
45 lines (38 loc) · 1.15 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
<!DOCTYPE html>
<html>
<head>
<title>Error 404 (Not Found)</title>
<meta name="author" content="Zhihao Jia">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="description" content="Personal website of Zhihao Jia.">
<meta name="keywords" content="Zhihao, Jia, 404, missing">
<link rel="stylesheet" type="text/css" href="/stylesheets/screen.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script type="text/javascript">
document.createElement('nav');
document.createElement('section');
document.createElement('article');
document.createElement('aside');
document.createElement('header');
document.createElement('footer');
document.createElement('hgroup');
</script>
<style type="text/css">
header
,nav
,section
,article
,aside
,footer
,hgroup {
display: block;
}
</style>
<![endif]-->
</head>
<body>
<div id="container">
</div>
</body>
</html>