From 819a021b1422a27fd3a185bd137a9ca688f21aad Mon Sep 17 00:00:00 2001 From: Agent Zero Date: Wed, 18 Feb 2026 13:05:22 +0000 Subject: [PATCH] Restructure: Moved site files to dist/ for Coolify 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