limepot-xyz/404.html
2022-12-19 20:58:03 -07:00

37 lines
No EOL
949 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8" />
<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');
-webkit-filter: grayscale(100%);
                filter: grayscale(100%);
}
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>