pull/6/head
qvqc 4 years ago
parent 21f84b7ca4
commit 9be53a980b

@ -1,3 +1,23 @@
{{ partial "header.html"}} <!DOCTYPE html>
404! <html>
{{ partial "footer.html"}} <head>
<title>we are experiencing technical difficulties</title>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="/css/nes.min.css" rel="stylesheet" />
<link href="/css/style.css" rel="stylesheet" />
</head>
<body class="eggplant" style="">
<div class="404">
<a href="https://wowbux.org/">
<video autoplay muted loop id="myVideo">
<source src="404.webm" type="video/webm">
</video>
</a>
</div>
</body>
</html>

@ -156,6 +156,7 @@ a {
} }
div.rightbottom { div.rightbottom {
right: 2px; right: 2px;
bottom: 1px; bottom: 1px;
@ -166,3 +167,19 @@ div.rightbottom {
div.webring { div.webring {
width: 200px; width: 200px;
} }
#myVideo {
position: fixed;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: fill;
}
div.404 {
position: absolute;
top: 40px; /* Header Height */
bottom: 20px; /* Footer Height */
width: 100%;
}
Loading…
Cancel
Save