From bb23eed3991da6bbbc8e3e01c54098f369fd45af Mon Sep 17 00:00:00 2001 From: Agent Zero Date: Wed, 18 Feb 2026 12:55:13 +0000 Subject: [PATCH] Refactor: Move website assets to dist/ for Docker deployment --- index.html => dist/index.html | 0 style.css => dist/style.css | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename index.html => dist/index.html (100%) rename style.css => dist/style.css (100%) diff --git a/index.html b/dist/index.html similarity index 100% rename from index.html rename to dist/index.html diff --git a/style.css b/dist/style.css similarity index 100% rename from style.css rename to dist/style.css