Spaces:
Running
Running
https://play.google.com/store/apps/details?id=com.btc.cloud.mining.app
Browse files- index.html +7 -4
index.html
CHANGED
|
@@ -9,12 +9,15 @@
|
|
| 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 |
-
<
|
| 13 |
-
<
|
|
|
|
|
|
|
|
|
|
| 14 |
Ask me anything.
|
| 15 |
</h1>
|
| 16 |
</div>
|
| 17 |
-
|
| 18 |
-
|
| 19 |
</body>
|
| 20 |
</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 |
+
<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 |
+
<h1 class="text-4xl lg:text-6xl font-bold font-sans">
|
| 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 |
+
<img src="https://enzostvs-deepsite.hf.space/arrow.svg" class="absolute bottom-8 left-0 w-[100px] transform rotate-[30deg]" />
|
| 21 |
+
<script></script>
|
| 22 |
</body>
|
| 23 |
</html>
|