From 9aefece919a07b92043c5a946574e89fc2e1ee31 Mon Sep 17 00:00:00 2001 From: Jason Lee Miller Date: Sat, 21 Sep 2024 08:57:12 -0700 Subject: [PATCH] Moving index.html and styles.css to top-level instead of public directory and removing .python-version as it isn't really needed for this project. --- .python-version | 1 - {public/css => css}/styles.css | 0 public/index.html => index.html | 0 3 files changed, 1 deletion(-) delete mode 100644 .python-version rename {public/css => css}/styles.css (100%) rename public/index.html => index.html (100%) diff --git a/.python-version b/.python-version deleted file mode 100644 index 2c07333..0000000 --- a/.python-version +++ /dev/null @@ -1 +0,0 @@ -3.11 diff --git a/public/css/styles.css b/css/styles.css similarity index 100% rename from public/css/styles.css rename to css/styles.css diff --git a/public/index.html b/index.html similarity index 100% rename from public/index.html rename to index.html