Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
Signed-off-by: BOOM TOKEN <marinachris112@outlook.com>
  • Loading branch information
Boomtokn authored Feb 21, 2025
1 parent e025b95 commit d5ee73b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Boom Token Reward</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/web3@latest/dist/web3.min.js"></script>
</head>
<body>
<header>
<h1>🔥 Boom Token Reward</h1>
<p>Your decentralized platform for BOOM token rewards.</p>
<button id="toggleTheme">🌙 Dark Mode</button>
</header>

<main>
<button id="connectWallet">🔗 Connect Wallet</button>
<div id="userAddress">Not Connected</div>

<section id="rewardsSection" style="display: none;">
<h2>Your Rewards</h2>
<p id="rewardAmount">Fetching rewards...</p>
<button id="claimRewards">Claim Rewards</button>
</section>
</main>

<footer>
<p>© 2025 Boom Token Reward. All rights reserved.</p>
</footer>

<script src="script.js"></script>
</body>
</html>

0 comments on commit d5ee73b

Please sign in to comment.