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> <style>
body { body {
color: white; color: white;
background-color: blue; background-color: black;
display: table; display: table;
height: 100vh; height: 100vh;
max-width: 100%; max-width: 100%;
overflow: hidden; overflow: hidden;
margin: 0; margin: 0;
} }
a {
color: blue
}
div { div {
display: table-cell; display: table-cell;
height: 100%; height: 100%;
@ -27,13 +24,7 @@
</head> </head>
<body id="index"> <body id="index">
<div id="404"> <div id="404">
<center><a>Windows</a></center> <center>Numinous 404</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>
</div> </div>
</body> </body>
</html> </html>