-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (37 loc) · 1.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://glitch.com/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap" rel="stylesheet">
<title>Weeeeeeeeeeee boty bot bot!!!!!</title>
<style>
body {
background-color: #e6fff9;
}
ul {
list-style: none;
max-width: 1000px;
width: 100%;
margin: 0 auto;
margin-top: 140px;
}
li{
margin-bottom: 40px;
font-family: 'DM Serif Display', serif;
font-size: 1.4em;
color : #150021;
}
</style>
</head>
<body>
<div id="mainlike">
<ul id="listamatic">
</ul>
</div>
<script src="strawbrain.js"> </script>
</body>
</html>