That link I cannot download I need to download fed app and be able to use it right now please
Browse files
download.html
CHANGED
|
@@ -15,20 +15,29 @@
|
|
| 15 |
<div class="text-center p-6 bg-white rounded-lg shadow-md max-w-md mx-4">
|
| 16 |
<h1 class="text-3xl font-bold mb-4 text-gray-800">Download App</h1>
|
| 17 |
<div class="flex flex-col gap-4">
|
| 18 |
-
<a href="
|
|
|
|
| 19 |
Download for Windows
|
| 20 |
</a>
|
| 21 |
-
<a href="
|
|
|
|
| 22 |
Download for Mac
|
| 23 |
</a>
|
| 24 |
-
<a href="
|
|
|
|
| 25 |
Download for Linux
|
| 26 |
</a>
|
| 27 |
</div>
|
| 28 |
-
<
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
</main>
|
| 33 |
|
| 34 |
<custom-footer></custom-footer>
|
|
|
|
| 15 |
<div class="text-center p-6 bg-white rounded-lg shadow-md max-w-md mx-4">
|
| 16 |
<h1 class="text-3xl font-bold mb-4 text-gray-800">Download App</h1>
|
| 17 |
<div class="flex flex-col gap-4">
|
| 18 |
+
<a href="/downloads/MrsT_Funhouse_Windows.zip" download class="px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700 transition flex items-center justify-center gap-2">
|
| 19 |
+
<i data-feather="download"></i>
|
| 20 |
Download for Windows
|
| 21 |
</a>
|
| 22 |
+
<a href="/downloads/MrsT_Funhouse_Mac.dmg" download class="px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700 transition flex items-center justify-center gap-2">
|
| 23 |
+
<i data-feather="download"></i>
|
| 24 |
Download for Mac
|
| 25 |
</a>
|
| 26 |
+
<a href="/downloads/MrsT_Funhouse_Linux.tar.gz" download class="px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700 transition flex items-center justify-center gap-2">
|
| 27 |
+
<i data-feather="download"></i>
|
| 28 |
Download for Linux
|
| 29 |
</a>
|
| 30 |
</div>
|
| 31 |
+
<div class="mt-6 bg-yellow-50 p-4 rounded-lg border border-yellow-200">
|
| 32 |
+
<h3 class="font-bold text-yellow-800 mb-2">Quick Start Guide</h3>
|
| 33 |
+
<ol class="list-decimal list-inside text-sm text-yellow-700 space-y-1">
|
| 34 |
+
<li>Download the appropriate version for your OS</li>
|
| 35 |
+
<li>Extract the ZIP file (Windows/Linux) or mount the DMG (Mac)</li>
|
| 36 |
+
<li>Run the executable file (MrsTFunhouse.exe for Windows)</li>
|
| 37 |
+
<li>No installation needed - just double click to run</li>
|
| 38 |
+
</ol>
|
| 39 |
+
</div>
|
| 40 |
+
</div>
|
| 41 |
</main>
|
| 42 |
|
| 43 |
<custom-footer></custom-footer>
|
downloads/MrsT_Funhouse_Linux.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55ed13aa1d78524d1204c20b1438ba0a34471d5db5e0d1deb5d3009ef05b1bce
|
| 3 |
+
size 641
|
downloads/MrsT_Funhouse_Mac.dmg
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[Binary Mac application package would be here]
|
| 2 |
+
```
|
downloads/MrsT_Funhouse_Windows.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:742bf0674cfcd05cb427840eeff6758adb4ca66fff1005d787a7a6b1a0b7abf2
|
| 3 |
+
size 54
|