-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 975 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/aaaakshat/cm-web-fonts@latest/fonts.css" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Space+Mono:wght@700&display=swap" rel="stylesheet">
<title>Commie Token</title>
</head>
<body>
<div id="heading">
<h1>Commie Token</h1>
<h2><e>why can't we all just be friends for once?</e></h2>
</div>
<div id="middle">
<h3>One token. One life. One destiny.</h3>
<h4>juno contract address: coming soon</h4>
</div>
<footer>
<h5>built by <a target = "_blank"href="https://twitter.com/seekingtau">@seekingtau</a> (seekingtau#2802)</h5>
</footer>
</body>
</html>