Spaces:
Running
Running
https://github.com/sunilmurphy/HydroMinerRentOnline please re config this reop so that the wallet addresses from the miners seposit to quantum11@speed.app
Browse files- index.html +11 -2
index.html
CHANGED
|
@@ -9,15 +9,24 @@
|
|
| 9 |
<body class="flex justify-center items-center h-screen overflow-hidden bg-white font-sans text-center px-6">
|
| 10 |
<div class="w-full">
|
| 11 |
<span class="text-xs rounded-full mb-2 inline-block px-2 py-1 border border-amber-500/15 bg-amber-500/15 text-amber-500">🔥 New version dropped!</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
<a href="https://play.google.com/store/apps/details?id=com.btc.cloud.mining.app" class="inline-block mb-6">
|
| 13 |
<img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" alt="Get it on Google Play" class="h-16">
|
| 14 |
</a>
|
| 15 |
-
|
| 16 |
<span class="text-2xl lg:text-4xl text-gray-400 block font-medium">I'm ready to work,</span>
|
| 17 |
Ask me anything.
|
| 18 |
</h1>
|
| 19 |
</div>
|
| 20 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
<script></script>
|
| 22 |
</body>
|
| 23 |
</html>
|
|
|
|
| 9 |
<body class="flex justify-center items-center h-screen overflow-hidden bg-white font-sans text-center px-6">
|
| 10 |
<div class="w-full">
|
| 11 |
<span class="text-xs rounded-full mb-2 inline-block px-2 py-1 border border-amber-500/15 bg-amber-500/15 text-amber-500">🔥 New version dropped!</span>
|
| 12 |
+
<div class="mb-8 p-4 bg-gray-100 rounded-lg">
|
| 13 |
+
<h3 class="font-bold text-lg mb-2">Deposit Wallet:</h3>
|
| 14 |
+
<p class="text-blue-600 font-mono">quantum11@speed.app</p>
|
| 15 |
+
</div>
|
| 16 |
<a href="https://play.google.com/store/apps/details?id=com.btc.cloud.mining.app" class="inline-block mb-6">
|
| 17 |
<img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" alt="Get it on Google Play" class="h-16">
|
| 18 |
</a>
|
| 19 |
+
<h1 class="text-4xl lg:text-6xl font-bold font-sans">
|
| 20 |
<span class="text-2xl lg:text-4xl text-gray-400 block font-medium">I'm ready to work,</span>
|
| 21 |
Ask me anything.
|
| 22 |
</h1>
|
| 23 |
</div>
|
| 24 |
+
<div class="absolute bottom-8 left-0 w-full px-6">
|
| 25 |
+
<div class="bg-blue-50 p-4 rounded-lg max-w-md mx-auto">
|
| 26 |
+
<p class="text-sm">All miner deposits should be sent to:</p>
|
| 27 |
+
<p class="font-bold text-blue-600">quantum11@speed.app</p>
|
| 28 |
+
</div>
|
| 29 |
+
</div>
|
| 30 |
<script></script>
|
| 31 |
</body>
|
| 32 |
</html>
|