From f659b3e58d12a2e858bf6744de0b282f05679a65 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 13 May 2026 14:04:01 -0500 Subject: [PATCH] Add hyperspace starfield to landing page Replaces the static Backstage template page with a canvas-based warp starfield and a glowing "SETH'S TEST" HUD overlay. Self-contained, no external assets; star count is fixed and resize-safe. --- app.py | 2 +- templates/index.html | 198 ++++++++++++++++++++++++++++++++++++------- 2 files changed, 169 insertions(+), 31 deletions(-) diff --git a/app.py b/app.py index d679f82..e9166f5 100644 --- a/app.py +++ b/app.py @@ -13,7 +13,7 @@ def index(): return render_template( "index.html", name="sethtest", - description="Seth doing stuff", + description="Warp drive engaged", ) diff --git a/templates/index.html b/templates/index.html index 4aad4ab..22a30c4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,50 +3,188 @@ - {{ name }} + {{ name }} — warp drive -
-
-

{{ name }}

-

{{ description }}

-
    -
  • Backed by Flask and Gunicorn
  • -
  • Container listens on port 8080
  • -
  • Health check is available at /health
  • -
-
-
+ +
+
SETH'S TEST
+
{{ description }}
+
+
{{ name }} · /health
+ +