garbage/index.html
alexandra catalina 3ee30885f5
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
nya
2024-03-31 13:49:42 -07:00

23 lines
521 B
HTML

<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>
GARBAGE WORLD
</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<style>
html {
background: url(gifs/flcl_catpals.gif) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
</body>
</html>