limepot-xyz/404.html

39 lines
1 KiB
HTML
Raw Normal View History

2022-12-19 20:54:56 -07:00
<!DOCTYPE html>
2022-12-19 15:09:57 -07:00
<html>
2022-12-19 20:54:56 -07:00
<head>
<meta charset = "utf-8" />
2022-12-19 15:09:57 -07:00
2022-12-19 20:54:56 -07:00
<title>
2022-12-19 20:59:08 -07:00
Page Not Found!
2022-12-19 20:54:56 -07:00
</title>
<!-- add icon link -->
2023-03-10 17:56:39 -07:00
<link rel = "icon" href = "assets/branding/self-portrait.png"
2022-12-19 20:54:56 -07:00
type = "image/x-icon">
<style>
*{
2023-02-08 22:22:58 -07:00
margin: 0;
2022-12-19 20:54:56 -07:00
padding: 0;
box-sizing: border-box;
2022-12-19 21:03:14 -07:00
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
2022-12-19 20:54:56 -07:00
}
body{
width: 100%;
height: 100vh;
2023-02-05 19:38:00 -07:00
background-image: url('assets/404/crt.gif');
2022-12-19 20:58:03 -07:00
-webkit-filter: grayscale(100%);
2022-12-19 21:02:00 -07:00
filter: grayscale(100%);
2022-12-19 20:54:56 -07:00
}
marquee{
height: 100vh;
}
</style></head>
<body>
<marquee behavior="alternate" scrollamount="30">
2022-12-19 20:58:03 -07:00
<marquee behavior="alternate" scrollamount="30" direction="down">
2023-02-05 19:38:00 -07:00
<img src="assets/404/404.png">
2022-12-19 20:54:56 -07:00
</marquee>
</marquee>
</body>
</html>