-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
executable file
·25 lines (20 loc) · 844 Bytes
/
404.html
File metadata and controls
executable file
·25 lines (20 loc) · 844 Bytes
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
---
layout: page
modified: 2014-07-07
---
<h1>That's four hundred and four to you, nil to me</h1>
<p>I seem to have misplaced that page, you can browse <a href="/articles/">the archive</a> of all my posts, or...</p>
<div class="sitesearch">
<form method="get" action="http://www.google.com/search">
<label for="search"> You could always try searching for it</label><br>
<input type="text" id="search" name="q" size="25" maxlength="255" value="" />
<input type="submit" value="Google Search" />
<label><input type="checkbox" name="sitesearch"
value="www.overtakenbyevents.com" checked />
search only this site.</label>
</form>
</div>
<script type="text/javascript">
document.getElementById('search').value =
document.location.pathname.replace(/\W/gm, ' ').replace(/^ +| +$/g, '');
</script>