From 637b9511f12b0edee1a406bfa3158030c054322e Mon Sep 17 00:00:00 2001 From: MCorange Date: Fri, 20 Feb 2026 06:40:01 +0200 Subject: [PATCH] Move everything to public folder --- {css => public/css}/style.css | 0 {img => public/img}/autisticats-logo.png | Bin {img => public/img}/neocities.png | Bin index.html => public/index.html | 0 not_found.html => public/not_found.html | 0 robots.txt => public/robots.txt | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {css => public/css}/style.css (100%) rename {img => public/img}/autisticats-logo.png (100%) rename {img => public/img}/neocities.png (100%) rename index.html => public/index.html (100%) rename not_found.html => public/not_found.html (100%) rename robots.txt => public/robots.txt (100%) diff --git a/css/style.css b/public/css/style.css similarity index 100% rename from css/style.css rename to public/css/style.css diff --git a/img/autisticats-logo.png b/public/img/autisticats-logo.png similarity index 100% rename from img/autisticats-logo.png rename to public/img/autisticats-logo.png diff --git a/img/neocities.png b/public/img/neocities.png similarity index 100% rename from img/neocities.png rename to public/img/neocities.png diff --git a/index.html b/public/index.html similarity index 100% rename from index.html rename to public/index.html diff --git a/not_found.html b/public/not_found.html similarity index 100% rename from not_found.html rename to public/not_found.html diff --git a/robots.txt b/public/robots.txt similarity index 100% rename from robots.txt rename to public/robots.txt