This commit is contained in:
EthanShoeDev
2025-09-10 05:43:07 -04:00
parent d86ebe146c
commit 465aa3685d
2 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
Fressh is a mobile ssh client remains clean and simple but supports powerful
features
Fressh is a mobile SSH client that remains clean and simple while supporting
powerful features:
- Securely storing previous connections
- Configurable preset command buttons
@@ -8,4 +8,4 @@ features
Coming soon
- Fully accurate xterm emulation
- On device llm used for command completion and output summarization.
- On-device LLM for command completion and output summarization

View File

@@ -12,7 +12,11 @@ import iosDarkAppIcon from '@fressh/assets/ios-dark-2.png';
alt="Fressh app icon"
class="mb-6 h-20 w-20 rounded-2xl shadow-md"
/>
<h1 class="text-5xl font-extrabold tracking-tight sm:text-6xl">Fressh</h1>
<h1
class="text-5xl font-extrabold tracking-tight text-gray-900 sm:text-6xl dark:text-white"
>
Fressh
</h1>
<p class="mt-3 text-lg text-gray-600 dark:text-gray-300">
A clean, powerful mobile SSH client.
</p>