From 70a9fcd129c8df8b9269ae0f824ba8e1f9096c1d Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Sun, 28 Dec 2025 10:53:02 -0700 Subject: [PATCH] Add portal frontend and support code API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Portal: - Code entry page with dark theme - Browser detection for download instructions - Custom protocol handler support - Mobile-friendly numeric input Server: - Support codes module (6-digit generation, validation) - Static file serving for portal - New API endpoints: /api/codes/* 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- server/static/index.html | 414 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 414 insertions(+) create mode 100644 server/static/index.html diff --git a/server/static/index.html b/server/static/index.html new file mode 100644 index 0000000..d12b7af --- /dev/null +++ b/server/static/index.html @@ -0,0 +1,414 @@ + + + + + + GuruConnect - Remote Support + + + +
+ + +
+ +
+ +
+ +
+ + +
+ +
+ +
+

How to connect:

+
    +
  1. Enter the 6-digit code provided by your technician
  2. +
  3. Click "Connect" to start the session
  4. +
  5. If prompted, allow the download and run the file
  6. +
+
+ + +
+ + + +