39 lines
939 B
HTML
39 lines
939 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="/assets/Favicons/404_Favicon/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="/assets/Favicons/404_Favicon/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="/assets/Favicons/404_Favicon/favicon-16x16.png"
|
|
/>
|
|
<link rel="manifest" href="/assets/Favicons/404_Favicon/site.webmanifest" />
|
|
<link rel="stylesheet" href="/assets/styles/button.css" />
|
|
<title>404</title>
|
|
</head>
|
|
<body>
|
|
<h1 style="font-size: 60px;">404</h1>
|
|
<p style="font-size: 30px;">
|
|
I don't know how you got here but the page does not exist
|
|
</p>
|
|
<br />
|
|
<img
|
|
src="/assets/imgs/goofy.gif"
|
|
alt="crying emoji"
|
|
class="center"
|
|
style="width: 220px;height: 220px;"
|
|
/>
|
|
</body>
|
|
</html>
|