1
0
This commit is contained in:
devenblake 2020-11-07 18:20:27 -05:00
parent b02dc7d313
commit fea01794e8

17
homepage/404.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<HTML lang="en">
<HEAD>
<LINK rel="canonical" href="https://blake.instantfloppy.net/404" />
<LINK rel="shortcut icon" type="image/x-icon" href="https://raw.githubusercontent.com/devenblake/homepage/main/favicon.ico" />
<META charset="US-ASCII" />
<META name="viewport" content="width=device-width, initial-scale=1" />
<TITLE>404: Page not found</TITLE>
</HEAD>
<BODY>
<P><A href="/">~ Return to the rest of the site</A></P>
<H1>404: Page not found</H1>
<H3>updated 2020-11-07</H3>
<HR size="1" width="25%" align="left" />
<P>Sorry!</P>
</BODY>
</HTML>