dmitriy.icu/404.html
Dm1tr1y147 8b40e58208 Ha-ha
2019-05-18 17:14:59 +03:00

16 lines
608 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name='viewport' content='width=device-width, user-scalable=no", minimum-scale=1, maximum-scale=1", initial-scale=1, viewport-fit=cover'>
<link rel="shortcut icon" type="image/png" href="/images/favicon.png"/>
<link rel="stylesheet" href="/main.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<title>404 Error</title>
</head>
<body>
<h1>404</h1>
<h2>The Page you are looking for doesn't exist or another error occurred.</h2>
<h3>Go to the <a href="/">Home page</a></h3>
</body>
</html>