website/404.html

20 lines
531 B
HTML

<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/404 - Page not found/"</INJECT>
<h1>
404 - Page not found
</h1>
<div>
<p>
It seems this page is missing...
<br>
Hopefully you will find what you are looking for
<br>
You may click the page title to go to the root page.
</p>
<hr>
<a href = "https://qoto.org/@RustyStriker/108131661345490091">
Also, here is a video of Molly and Louise playing with their toy
</a>
</div>
<INJECT>cat $HOME/template/footer.html</INJECT>