From 23963df2121b0ca660a687d51453f1d32784eaae Mon Sep 17 00:00:00 2001 From: Ella Dunbar Date: Mon, 27 Oct 2025 16:57:39 -0500 Subject: [PATCH] Create www directory --- index.html => www/index.html | 0 robots.txt => www/robots.txt | 0 style.css => www/style.css | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename index.html => www/index.html (100%) rename robots.txt => www/robots.txt (100%) rename style.css => www/style.css (100%) diff --git a/index.html b/www/index.html similarity index 100% rename from index.html rename to www/index.html diff --git a/robots.txt b/www/robots.txt similarity index 100% rename from robots.txt rename to www/robots.txt diff --git a/style.css b/www/style.css similarity index 100% rename from style.css rename to www/style.css