1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-15 17:06:39 +00:00

cowboyify 404 page

This commit is contained in:
Anson Biggs 2024-10-07 23:38:12 -06:00
parent 8122408d69
commit abaa3a1a65

View File

@ -21,7 +21,9 @@
<header> <header>
<h1>You've been 404'd</h1> <h1>You've been 404'd</h1>
<p style="text-align: center"> <p style="text-align: center">
<a href="/">Go back home</a> If you haven't fallen off a horse, then you haven't been ridin' long enough,</br>
<!-- Needs to be absolute url since I redirect other subdomains here -->
<a href="https://ansonbiggs.com/">Saddle back up</a>
</p> </p>
</header> </header>
</main> </main>