game/404.html

28 lines
620 B
HTML
Raw Normal View History

2022-06-06 21:30:34 +00:00
<!doctype html>
<html>
<head>
2022-12-30 19:03:37 +00:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>404</title>
<style>
body {
background-color: #444;
font-size: 14px;
}
h3 {
font-size: 60px;
color: #eee;
text-align: center;
padding-top: 30px;
font-weight: normal;
}
</style>
2022-06-06 21:30:34 +00:00
</head>
<body>
<h3>404, the file you requested does not exist!</h3>
</body>
</html>