-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 773 Bytes
/
index.html
File metadata and controls
28 lines (25 loc) · 773 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TK-Battery</title>
<link rel="stylesheet" href="./styles.css" />
<link rel="icon" type="image/x-icon" href="./favicon.ico" />
<script src="./p5/p5.min.js"></script>
</head>
<body>
<section>
<div>
<h1 class="center">TK-Battery</h1>
<h2 class="center">Ride Over Bumps With Us & You Won't Feel A Thing</h3>
<h3 class="center">TK (Battery)</h3>
<div id="anime_tk"></div>
<h3 class="center">Other Wallets (Gas Fees)</h3>
<div id="anime_other"></div>
</div>
</section>
<script src="./script/tk.js"></script>
<script src="./script/others.js"></script>
</body>
</html>