Skip to content

Commit d4d3f49

Browse files
authored
Update index.html
1 parent a18a9cb commit d4d3f49

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,33 @@
5555
</body>
5656
</html>
5757
<p><img src="https://bloxcraft-ubg.pages.dev/homepage_banner.png" alt="" width="1280" height="720" /></p>
58+
<style>
59+
<html lang="en">
60+
<head>
61+
<style>
62+
.green-rectangle-button {
63+
background-color: #5555FF; /* vibrant green */
64+
color: white;
65+
padding: 12px 24px;
66+
border: none;
67+
border-radius: 4px;
68+
font-size: 18px;
69+
text-decoration: none;
70+
display: inline-block;
71+
cursor: pointer;
72+
}
73+
74+
.green-rectangle-button:hover {
75+
background-color: #218838;
76+
}
77+
</style>
78+
</head>
79+
<body>
80+
<a href="/tic-tac-toe" class="green-rectangle-button">Tic Tac Toe</a>
81+
<a href="/idle-mining-clicker" class="green-rectangle-button">Idle Mining Clicker</a>
82+
<a href="/ultimate-farming-game" class="green-rectangle-button">Ultamate Farming Game</a>
83+
</body>
84+
</html>
5885

5986

6087

0 commit comments

Comments
 (0)