14 lines
545 B
HTML
14 lines
545 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="apple-touch-icon" sizes="180x180" href="404-Favicon/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="404-Favicon/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="404-Favicon/favicon-16x16.png">
|
|
<link rel="manifest" href="404-Favicon/site.webmanifest">
|
|
<title>404</title>
|
|
</head>
|
|
<body>
|
|
<h1>404</h1>
|
|
<p>I don't know how you got here but the page does not exist</p>
|
|
</body>
|
|
</html> |