fixed 404 paths + fine tuning style.css

master
ugrnm 7 years ago
parent d6c1c1a812
commit 5407af1e66

@ -4,16 +4,17 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>INSERT FLOPPY!!!</title> <title>INSERT FLOPPY!!!</title>
<meta http-equiv="refresh" content="2; url=/" > <meta http-equiv="refresh" content="3; url=/" >
<link rel="stylesheet" href="404-style.css"> <link rel="stylesheet" href="/static/404-style.css">
</head> </head>
<body> <body>
<div class="content"> <div class="content">
<h1>404 - FLOPPY NOT FOUND</h1>
<p>The Score: </p> <p>The Score: </p>
<p>1. Push it</p> <p>1. Push it</p>
<img src="discofloppy1.gif"> <img src="/static/discofloppy1.gif">
</div> </div>
</body> </body>
</html> </html>

@ -8,6 +8,10 @@ font-size:60px;
text-align: center; text-align: center;
} }
h1 {
text-align: center;
}
.content { .content {
max-width: 600px; max-width: 600px;
margin: auto; margin: auto;
@ -16,5 +20,6 @@ text-align: center;
.content img { .content img {
display: block; display: block;
margin: auto; margin: auto;
max-width: 100%; //max-width: 100%;
} width: 100%;
}

Loading…
Cancel
Save