-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (23 loc) · 864 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
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Applause Bg</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<canvas></canvas>
<canvas id="world"></canvas>
<div class="links">
<div class="container">
<p aria-label="Geist Mono">
<span aria-hidden="true">A</span><span aria-hidden="true">p</span><span aria-hidden="true">p</span><span aria-hidden="true">l</span><span aria-hidden="true">a</span><span aria-hidden="true">u</span><span aria-hidden="true">s</span><span aria-hidden="true">e</span><span aria-hidden="true">B</span><span aria-hidden="true">G</span>
</p>
</div>
<h4>Cooming soon</h4>
</div>
<script src="home.js"></script>
<script src="confet.js"></script>
</body>
</html>