-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
35 lines (26 loc) · 1.04 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
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>404.md</title>
</head>
<body>
<link rel="stylesheet" href="/css/markdown.css"></link>
<h1 id="were_not_here_yet">We're not here yet.</h1>
<p>However, you may add content using markdown and pull request to
our <a href="http://github.com/nojs/nojs.github.com">repo</a> if you feel thing
belongs here.</p>
</body>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34696374-1']);
_gaq.push(['_setDomainName', 'nojs.github.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</html>