From 6e22177c85f14a95710af13aa70e5acfdf1f62bd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Mar 2026 03:22:09 +0000 Subject: [PATCH 1/2] Initial plan From b9aabe5f52c20c812486e9947f883853e325f2cf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Mar 2026 03:25:16 +0000 Subject: [PATCH 2/2] feat: add root website entry redirecting to web app Co-authored-by: TheCodingSoldier <257933801+TheCodingSoldier@users.noreply.github.com> --- README.md | 11 ++++++++++- index.html | 13 +++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/README.md b/README.md index 1194acc..22b5dc9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ At some point a PixelForge replacement will be implemented, though this requires # Web USB App (No Download Required) This repository now includes a browser-based interface in `/web` so users can connect to a Gameband from a web page without installing the desktop launcher. +## Open the website app +If you host this repository as a static website, opening the site root will automatically redirect to the web app. + ## Run locally From the project root: @@ -17,7 +20,13 @@ From the project root: python3 -m http.server 8080 ``` -Then open: +Then open either: + +``` +http://localhost:8080/ +``` + +or: ``` http://localhost:8080/web/ diff --git a/index.html b/index.html new file mode 100644 index 0000000..aa34d0e --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + +
+ + +Redirecting to the OpenGameband web app...
+If you are not redirected automatically, open the app here.
+ +