Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -1
index.html
CHANGED
|
@@ -37,11 +37,13 @@
|
|
| 37 |
|
| 38 |
<!-- Main Content -->
|
| 39 |
<main class="flex-grow flex items-center justify-center">
|
|
|
|
| 40 |
<div class="text-center">
|
| 41 |
<i data-feather="cpu" class="w-16 h-16 mx-auto text-mint mb-4"></i>
|
| 42 |
<h2 class="text-3xl font-bold text-gray-800 mb-2">مرحبًا بكم في Wasm</h2>
|
| 43 |
-
<p class="text-gray-600 max-w-md mx-auto"
|
| 44 |
</div>
|
|
|
|
| 45 |
</main>
|
| 46 |
|
| 47 |
<!-- Footer -->
|
|
|
|
| 37 |
|
| 38 |
<!-- Main Content -->
|
| 39 |
<main class="flex-grow flex items-center justify-center">
|
| 40 |
+
<a href="https://wasm.azurewebsites.net/">
|
| 41 |
<div class="text-center">
|
| 42 |
<i data-feather="cpu" class="w-16 h-16 mx-auto text-mint mb-4"></i>
|
| 43 |
<h2 class="text-3xl font-bold text-gray-800 mb-2">مرحبًا بكم في Wasm</h2>
|
| 44 |
+
<p class="text-gray-600 max-w-md mx-auto">WASM AI Beta1</p>
|
| 45 |
</div>
|
| 46 |
+
</a>
|
| 47 |
</main>
|
| 48 |
|
| 49 |
<!-- Footer -->
|