This commit is contained in:
LimePot 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> <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'); <!-- add icon link -->
background-attachment: cover; <link rel = "icon" href = "assets/obo-icon.png"
height: 100vh; type = "image/x-icon">
padding:0; <style>
margin:0; *{
} margin: 0
padding: 0;
</style> box-sizing: border-box;
</head> }
</html> 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