an archive of the things i'm making
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="utf-8">
5 <title>this is a spider-man 2099 stan account</title>
6 <meta name="description" content="i love miguel o'hara">
7 <link rel="octo:octothorpes" href="Doubles" >
8 <style>
9 body, html {
10 background-color: #000;
11 height: 100%;
12 margin: 0;
13 }
14
15 .bg {
16 background-image: url("https://fullmoon.city/doubles/doubles.gif");
17 height: 100%;
18 background-position: center;
19 background-repeat: no-repeat;
20 background-size: cover;
21 }
22 </style>
23</head>
24<body>
25 <div class="bg"></div>
26</body>
27</html>