Skip to content

Commit b342763

Browse files
authored
Update faucets.html
Add more FUN
1 parent f18f35b commit b342763

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

faucets.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2>Menu</h2>
6767
<div id="main">
6868
<div class="inner">
6969
<!-- NanSwap -->
70-
<center><h1>Try Banano</h1>
70+
<center><h1><a id="fun" onclick="removeButton(event)">Try</a> Banano</h1>
7171
<iframe src="https://nanswap.com/iframe-faucet/faucet?ticker=BAN" style="width: 100%; height: 100%; background: transparent; border: none; border-radius: 4px;"></iframe></center>
7272
<!-- Links -->
7373
<h1>Faucets</h1>
@@ -162,7 +162,7 @@ <h2>Contact</h2>
162162
<script src="assets/js/breakpoints.min.js"></script>
163163
<script src="assets/js/util.js"></script>
164164
<script src="assets/js/main.js"></script>
165-
<script>
165+
<script>
166166
function Copy_Address() {
167167
var copyText = document.getElementById("Ban_Address");
168168
copyText.select();
@@ -171,6 +171,10 @@ <h2>Contact</h2>
171171
alert("Copied to clipboard: " + copyText.value);
172172
}
173173
</script>
174+
<script src="assets/js/confetti.min.js"></script>
175+
<script>
176+
let confetti = new Confetti("fun");
177+
</script>
174178

175179
</body>
176180
</html>

0 commit comments

Comments
 (0)