23 lines
449 B
HTML
23 lines
449 B
HTML
---
|
|
title: Page Not Found
|
|
layout: page
|
|
permalink: /404.html
|
|
# this creates a 404 page automatically handled by GitHub Pages
|
|
# the cow is from the linux program "cowsay"
|
|
---
|
|
|
|
<h1>404?</h1>
|
|
<p>Sorry, but the page you were trying to view does not exist.</p>
|
|
|
|
<pre><code>
|
|
____________
|
|
< Sorry, 404 >
|
|
------------
|
|
\ ^__^
|
|
\ (oo)\_______
|
|
(__)\ )\/\
|
|
||----w |
|
|
|| ||
|
|
|
|
</code></pre>
|