ugh
This commit is contained in:
parent
0fd79111a3
commit
399bae0788
4 changed files with 33 additions and 15 deletions
42
404.html
42
404.html
|
@ -1,17 +1,35 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head><meta charset = "utf-8" />
|
<head>
|
||||||
|
<meta charset = "utf-8" />
|
||||||
|
|
||||||
<title>
|
<title>
|
||||||
Error 404
|
Ping! Pong!
|
||||||
</title>
|
</title>
|
||||||
<style>
|
|
||||||
body {background-image: url('assets/crt2.gif');
|
|
||||||
background-attachment: cover;
|
|
||||||
height: 100vh;
|
|
||||||
padding:0;
|
|
||||||
margin:0;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
<!-- add icon link -->
|
||||||
</head>
|
<link rel = "icon" href = "assets/obo-icon.png"
|
||||||
</html>
|
type = "image/x-icon">
|
||||||
|
<style>
|
||||||
|
*{
|
||||||
|
margin: 0
|
||||||
|
padding: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
body{
|
||||||
|
width: 100%;
|
||||||
|
height: 100vh;
|
||||||
|
background-image: url('assets/crt.gif');
|
||||||
|
}
|
||||||
|
marquee{
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<marquee behavior="alternate" scrollamount="30">
|
||||||
|
<marquee behavior="alternate" scrollamount="30" direction=""down>
|
||||||
|
<img src="assets/dvd.png">
|
||||||
|
</marquee>
|
||||||
|
</marquee>
|
||||||
|
</body>
|
||||||
|
</html>
|
Before Width: | Height: | Size: 444 KiB After Width: | Height: | Size: 444 KiB |
BIN
assets/dvd.png
Normal file
BIN
assets/dvd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
old/assets/crt2.gif
Normal file
BIN
old/assets/crt2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 444 KiB |
Loading…
Reference in a new issue