forked from fletcher/MultiMarkdown-CMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotfound.html
executable file
·35 lines (29 loc) · 1.03 KB
/
notfound.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"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Page Not Found</title>
</head>
<body style="width:35em;">
<h3>Notice</h3>
<p>If you're using Internet Explorer to visit this site and are having
difficulty navigating, I suggest you try using a real browser instead. I've
given up putting so much effort into making this site compatible with a crappy
browser....</p>
<style type="text/css">
#goog-wm { }
#goog-wm h3.closest-match { }
#goog-wm h3.closest-match a { }
#goog-wm h3.other-things { }
#goog-wm ul li { }
#goog-wm li.search-goog { display: block; }
</style>
<script type="text/javascript">
var GOOG_FIXURL_LANG = 'en';
var GOOG_FIXURL_SITE = 'http://fletcherpenney.net/';
</script>
<script type="text/javascript" src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
<h3>Alternative Links</h3>
<p><a href="/">Back to the home page</a></p>
</body>
</html>