-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
18 lines (17 loc) · 706 Bytes
/
Copy path404.html
File metadata and controls
18 lines (17 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: Page not found
layout: hh
---
<P>It's my fault - I probably broke a link to <TT><script type="text/javascript">document.write(window.location.href)</script></TT> and I am not planning to put it back.</P>
<script type="text/javascript">
if (window.location.href.substr(window.location.href.length - 6) === '.phtml') {
var url = window.location.href.replace(/phtml$/, 'html');
document.write('<p>The correct URL is probably <a href="' + url + '">' + url + '</a></p>');
}
</script>
<P>You should be able to find the page you were looking for somewhere here:</p>
<ul>
<li><a href="/">home page</a></li>
<li><a href="/blog/">blog</a></li>
<li><a href="/titles.html">index of titles</a></li>
</ul>