Ah, you made it! Rex Starwalker here, welcoming you to the $MOON Credits page. If you’re looking for a revolutionary token, well, you’ve come to the right place. You’ll notice I’ve been saving and now spending these credits all over the moon and beyond. You’ll want to keep an eye on that burn address — think of it as a scoreboard, but instead of points, I’m throwing tokens into some huge black hole. Pretty neat, right?
Now, take a moment, look around for the buttons. There’s one for picking up some MOON Credits on Uni-swap, trust me, you’ll want to click that. And for ease of use, go ahead and copy the token address. It’s almost like a souvenir, except it’s actually useful.
So, explore, stay curious, and remember - this is just the beginning!
<!-- Embed Code for Squarespace --> <div class="sky"></div> <div id="ship"></div> <div class="life-bar-cont"> <div class="life-bar"> <div class="inside-bar"></div> </div> </div> <style> /* Styling for the Sky */ .sky { background: linear-gradient(to bottom, #87CEEB, #f0f8ff); height: 100vh; width: 100%; position: relative; overflow: hidden; } /* Styling for the Ship */ #ship { background: url('https://via.placeholder.com/100x50') no-repeat center center; background-size: contain; width: 100px; height: 50px; position: absolute; bottom: 10%; left: 50%; transform: translateX(-50%); } /* Life Bar Container */ .life-bar-cont { position: absolute; bottom: 5%; left: 50%; transform: translateX(-50%); width: 200px; height: 20px; background: #333; border-radius: 10px; overflow: hidden; } /* Life Bar */ .life-bar { width: 100%; height: 100%; background: #555; display: flex; align-items: center; justify-content: flex-start; } /* Inside Bar */ .inside-bar { height: 100%; background: linear-gradient(to right, #f00, #0f0); transition: width 0.3s ease; width: 100%; /* Adjust this percentage to simulate life remaining */ } </style> <script> // JavaScript for Life Bar Animation document.addEventListener('DOMContentLoaded', function () { const insideBar = document.querySelector('.inside-bar'); // Simulate life bar depletion let life = 100; // Start at 100% setInterval(() => { if (life > 0) { life -= 10; // Reduce life by 10% insideBar.style.width = life + '%'; } }, 1000); // Adjust speed (1000ms = 1s) }); </script>
0x663Ca4A6608ba72b07Badc02148E1E55f7Cdb51a
Copied!