From da1be6301c79cf76383e6568f91ee23bdf5119f6 Mon Sep 17 00:00:00 2001
From: retoor <retoor@molodetz.nl>
Date: Wed, 26 Feb 2025 06:21:48 +0100
Subject: [PATCH] Text

---
 src/snek/templates/index.html | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/snek/templates/index.html b/src/snek/templates/index.html
index c6d57df..1894bc4 100644
--- a/src/snek/templates/index.html
+++ b/src/snek/templates/index.html
@@ -11,12 +11,11 @@
 <body>
   <div class="registration-container">
     <h1>Snek</h1>
+    <p style="padding-bottom:20px">Rocket Chat got bloated, too commercialized,
+    So Snek came through, lean and optimized.</p>
     <fancy-button url="/login.html" text="Login"></fancy-button>
-    <span style="padding:10px;">Or</span>
+    <span style="padding:10px;">OR</span>
     <fancy-button url="/register.html" text="Register"></fancy-button>
-    <a href="/about.html">Design choices</a>
-    <a href="/web.html">App preview</a>
-    <a href="/docs/docs/">API docs</a>
   </div>
 </body>
 </html>