This commit is contained in:
nelle 2022-12-19 20:54:56 -07:00
parent 0fd79111a3
commit 399bae0788
4 changed files with 33 additions and 15 deletions

View file

@ -1,17 +1,35 @@
<!DOCTYPE html>
<html>
<head><meta charset = "utf-8" />
<head>
<meta charset = "utf-8" />
<title>
Error 404
</title>
<style>
body {background-image: url('assets/crt2.gif');
background-attachment: cover;
height: 100vh;
padding:0;
margin:0;
}
</style>
</head>
</html>
<title>
Ping! Pong!
</title>
<!-- add icon link -->
<link rel = "icon" href = "assets/obo-icon.png"
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>

View file

Before

Width:  |  Height:  |  Size: 444 KiB

After

Width:  |  Height:  |  Size: 444 KiB

BIN
assets/dvd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
old/assets/crt2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 KiB