From facdc4b2fc652286f74b0b09323dcc6729816920 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 4 Feb 2023 11:18:33 +0000 Subject: [PATCH] fix remove pages --- src/main/resources/static/favicon.svg | 311 +++++++++++++++++- .../{delete-pages.html => remove-pages.html} | 0 2 files changed, 310 insertions(+), 1 deletion(-) rename src/main/resources/templates/{delete-pages.html => remove-pages.html} (100%) diff --git a/src/main/resources/static/favicon.svg b/src/main/resources/static/favicon.svg index 8d1e063f0..1a14a42f0 100644 --- a/src/main/resources/static/favicon.svg +++ b/src/main/resources/static/favicon.svg @@ -1 +1,310 @@ - \ No newline at end of file + + + + diff --git a/src/main/resources/templates/delete-pages.html b/src/main/resources/templates/remove-pages.html similarity index 100% rename from src/main/resources/templates/delete-pages.html rename to src/main/resources/templates/remove-pages.html