Spaces:
Running
Running
给 launch App 按钮添加链接到 app.html 页面 - Follow Up Deployment
Browse files- index.html +5 -3
index.html
CHANGED
|
@@ -43,9 +43,11 @@
|
|
| 43 |
</p>
|
| 44 |
|
| 45 |
<div class="flex justify-center mb-16">
|
| 46 |
-
<
|
| 47 |
-
|
| 48 |
-
|
|
|
|
|
|
|
| 49 |
</div>
|
| 50 |
|
| 51 |
<div class="relative w-full max-w-2xl mx-auto h-64 sm:h-80">
|
|
|
|
| 43 |
</p>
|
| 44 |
|
| 45 |
<div class="flex justify-center mb-16">
|
| 46 |
+
<a href="app.html">
|
| 47 |
+
<button class="bg-orange-500 hover:bg-orange-600 px-8 py-4 rounded-xl font-bold text-lg transition transform hover:scale-105 shadow-lg shadow-orange-500/20">
|
| 48 |
+
Launch App <i class="fas fa-arrow-right ml-2"></i>
|
| 49 |
+
</button>
|
| 50 |
+
</a>
|
| 51 |
</div>
|
| 52 |
|
| 53 |
<div class="relative w-full max-w-2xl mx-auto h-64 sm:h-80">
|