-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (41 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>iveble</title>
<script type="module" src="main.js"></script>
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="main.css" />
<link rel="icon" type="image/png" href="bottom.png" />
<link rel="shortcut icon" type="image/png" href="bottom.png" />
<link rel="apple-touch-icon" type="image/png" href="bottom.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="🥺" />
<meta name="twitter:description" content="performative and memeable" />
<meta name="twitter:image" content="https://iveble.art/bottom_white_bg.png" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EDTZ47Z1CH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-EDTZ47Z1CH");
</script>
</head>
<body>
<div id="container">
<div id="content"></div>
<a id="newplsuwu" href="#" class="button">can i have a new one? 🥺</a>
<div class="twitter-btn">
<a href="#"><i></i> <span>Tweet</span></a>
</div>
<div> </div>
<div id="footer">
created by <a href="https://twitter.com/__justplaying">alice</a>, inspired by
<a href="https://twitter.com/thingskatedid/status/1435166036475604994">@thingskatedid's tweet</a>
</div>
</div>
</body>
</html>