forked from protez/rsms.github.com
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.html
44 lines (41 loc) · 916 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
layout: nil
permalink: /404.html
---
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Huntout not found</title>
<script>
var path = document.location.pathname;
window.onload = function() {
document.getElementById('cse-search-field').value =
path.replace(/^[\/0-9]+|\.[^\.]+$/g, '').replace(/[_\/-]/g, ' ');
};
</script>
<style type="text/css" media="screen">
body {
font-family: sans-serif;
margin: 4em 10em;
}
a {
color: inherit;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="content">
<h1><a href="/">Huntout Zhang</a>
</h1>
<h2>404 Not found</h2>
<p>Ooops. Looks like you followed a dead link. Try searching this site:</p>
{% include google-cse.html %}
</div>
</body>
</html>