-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (19 loc) · 840 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/6ix4.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>I like to do something funny and cool at the same time.</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.jsx"></script>
<div id="webring-wrapper" class="hackclub-badge">
<a href="https://webring.hackclub.com/" id="previousBtn" class="webring-anchor" title="Previous">‹</a>
<a href="https://webring.hackclub.com/" class="webring-logo fa-xl " title="Hack Club Webring" alt="Hack Club Webring"></a>
<a href="https://webring.hackclub.com/" id="nextBtn" class="webring-anchor" title="Next">›</a>
</div>
<script src="https://webring.hackclub.com/embed.min.js"></script>
</body>
</html>