Add hyperspace starfield to landing page
deploy / deploy (push) Successful in 4m46s
cleanup-expired / cleanup-expired (push) Successful in 1s

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.
This commit is contained in:
seth
2026-05-13 14:04:01 -05:00
parent 6cb533c3ff
commit f659b3e58d
2 changed files with 169 additions and 31 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ def index():
return render_template(
"index.html",
name="sethtest",
description="Seth doing stuff",
description="Warp drive engaged",
)