This commit is contained in:
randogoth 2023-05-22 12:20:25 +03:00
parent fb05fbc128
commit f5faf5d933

View file

@ -8,16 +8,13 @@
<style>
body {
color: white;
background-color: blue;
background-color: black;
display: table;
height: 100vh;
max-width: 100%;
overflow: hidden;
margin: 0;
}
a {
color: blue
}
div {
display: table-cell;
height: 100%;
@ -27,13 +24,7 @@
</head>
<body id="index">
<div id="404">
<center><a>Windows</a></center>
<p>An exception 404 has occurred. The page could not be found. It may be possible to continue normally.</p>
<ul>
<li>Press the backspace key to attempt to continue.</li>
<li>Press CTRL+ALT+DEL to restart your computer. You will<br />
lose any unsaved information in all applications.</li>
</ul>
<center>Numinous 404</center>
</div>
</body>
</html>