Merge branch 'master' of git.xpub.nl:/var/www/git.xpub.nl/repos/tgc3

master
Michael Murtaugh 7 years ago
commit c31a2b2ae8

@ -4,16 +4,17 @@
<meta charset="utf-8">
<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>
<body>
<div class="content">
<h1>404 - FLOPPY NOT FOUND</h1>
<p>The Score: </p>
<p>1. Push it</p>
<img src="discofloppy1.gif">
<img src="/static/discofloppy1.gif">
</div>
</body>
</html>

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

Loading…
Cancel
Save