From ba4f9f7377aebc22601ff47c39cdc2c72416e5a1 Mon Sep 17 00:00:00 2001 From: The Howling Whispers Date: Tue, 30 Jun 2026 17:37:42 +0200 Subject: [PATCH] Add glassmorphic landing page, serve static files --- index.js | 2 + public/index.html | 212 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 214 insertions(+) create mode 100644 public/index.html diff --git a/index.js b/index.js index 63ff571..8e36867 100644 --- a/index.js +++ b/index.js @@ -14,6 +14,8 @@ const PORT = process.env.AUTH_PORT || 3004; app.use(cors()); app.use(express.json()); +app.use(express.static(path.join(__dirname, 'public'))); + app.use('/auth', discordRoutes); app.get('/health', (req, res) => { diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..b7b5979 --- /dev/null +++ b/public/index.html @@ -0,0 +1,212 @@ + + + + + + The Howling Whispers + + + +
+
+
The Howling Whispers
+
a universe of stories, characters, and worlds
+ + + + + + +
+ +