1
0
src/homepage/404.html
2020-12-13 21:25:32 -05:00

18 lines
576 B
HTML

<!DOCTYPE html>
<HTML lang="en">
<HEAD>
<LINK rel="canonical" href="http://www.trinity.moe/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>