Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BeingAl authored Jun 28, 2024
1 parent 43cc1db commit 12e5a7b
Show file tree
Hide file tree
Showing 8 changed files with 145,226 additions and 0 deletions.
Binary file added favicon.ico
Binary file not shown.
28 changes: 28 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 12e5a7b

Please sign in to comment.