From a956962058c973b54bae783217990bae1db39834 Mon Sep 17 00:00:00 2001 From: tryashtar Date: Wed, 18 Mar 2026 19:25:39 -0600 Subject: [PATCH] Move to subfolder --- index.html => http/index.html | 0 poem.html => http/poem.html | 0 script.js => http/script.js | 0 style.css => http/style.css | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename index.html => http/index.html (100%) mode change 100644 => 100755 rename poem.html => http/poem.html (100%) mode change 100644 => 100755 rename script.js => http/script.js (100%) mode change 100644 => 100755 rename style.css => http/style.css (100%) mode change 100644 => 100755 diff --git a/index.html b/http/index.html old mode 100644 new mode 100755 similarity index 100% rename from index.html rename to http/index.html diff --git a/poem.html b/http/poem.html old mode 100644 new mode 100755 similarity index 100% rename from poem.html rename to http/poem.html diff --git a/script.js b/http/script.js old mode 100644 new mode 100755 similarity index 100% rename from script.js rename to http/script.js diff --git a/style.css b/http/style.css old mode 100644 new mode 100755 similarity index 100% rename from style.css rename to http/style.css