Ha-ha
This commit is contained in:
16
404.html
Executable file
16
404.html
Executable file
@ -0,0 +1,16 @@
|
||||
<!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>
|
Reference in New Issue
Block a user