404
This commit is contained in:
parent
fb05fbc128
commit
f5faf5d933
1 changed files with 2 additions and 11 deletions
|
|
@ -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>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue