forked from xpmethod/xpmethod.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
75 lines (63 loc) · 2.51 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
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!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" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Golf Server Documentation | 404 Not Found</title>
<meta name="author" content="Micha Niskin" />
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css" type="text/css" />
<!-- Homepage CSS -->
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
<!-- Typekit
<script type="text/javascript" src="http://use.typekit.com/jpd0pfm.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
-->
</head>
<body>
<div class="site">
<div class="title">
<a href="/">The Golf Web Application Server</a>
<a class="extra" href="/">home</a>
<a class="extra" href="/roadmap-1/">roadmap</a>
<a class="extra" href="/support.html">support</a>
</div>
<h2>404 Not Found</h2>
<p>Sorry, the page you are looking for does not exist.</p>
<div class="footer">
<div class="contact">
<p>
Copyright 2009 by <a href="mailto:[email protected]">Micha Niskin</a>. No rights reserved.
Rendered by <a href="http://github.com/mojombo/jekyll">Jekyll</a>.
</p>
</div>
</div>
</div>
<a href="http://github.com/golf/golf"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /></a>
<!-- Disqus Comments -->
<script type="text/javascript">
//<![CDATA[
(function() {
var links = document.getElementsByTagName('a');
var query = '?';
for(var i = 0; i < links.length; i++) {
if(links[i].href.indexOf('#disqus_thread') >= 0) {
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
}
}
document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/golfwebapps/get_num_replies.js' + query + '"></' + 'script>');
})();
//]]>
</script>
<!-- Google Analytics -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8437802-6");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>