From c693de6d29f7d5a7ab4da31c2956173cf66a6fb3 Mon Sep 17 00:00:00 2001 From: mdPlusPlus Date: Tue, 10 Jan 2023 00:46:24 +0100 Subject: [PATCH] Rename files as a workaround for previously misconfigured web cache --- html_generator.php | 4 ++-- output/{script.js => script2.js} | 0 output/{styles.css => styles2.css} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename output/{script.js => script2.js} (100%) rename output/{styles.css => styles2.css} (100%) diff --git a/html_generator.php b/html_generator.php index 575ba06..07cb66c 100644 --- a/html_generator.php +++ b/html_generator.php @@ -9,8 +9,8 @@ " " . PHP_EOL . " " . PHP_EOL . " " . PHP_EOL . - " " . PHP_EOL . - " " . PHP_EOL . + " " . PHP_EOL . + " " . PHP_EOL . " " . $title . "" . PHP_EOL . " " . PHP_EOL . " " . PHP_EOL; diff --git a/output/script.js b/output/script2.js similarity index 100% rename from output/script.js rename to output/script2.js diff --git a/output/styles.css b/output/styles2.css similarity index 100% rename from output/styles.css rename to output/styles2.css