From fe43dc0497f1c2d588de6bcd3efbe787559730c2 Mon Sep 17 00:00:00 2001 From: cheeest Date: Mon, 7 Apr 2025 15:44:09 +0300 Subject: [PATCH] fix: side nav --- templates/_forensicsidenav.html | 19 +++++++++++++++++++ .../{_sidenav.html => _mainsidenav.html} | 2 +- templates/_osintsidenav.html | 17 +++++++++++++++++ templates/_task.html | 2 +- templates/_websidenav.html | 19 +++++++++++++++++++ templates/forensic-main.html | 2 +- templates/osint-main.html | 4 ++-- templates/osint-questions.html | 6 ++++++ templates/sql-injection.html | 3 +-- templates/task1-metadata.html | 1 + templates/web-main.html | 4 ++-- 11 files changed, 70 insertions(+), 9 deletions(-) create mode 100644 templates/_forensicsidenav.html rename templates/{_sidenav.html => _mainsidenav.html} (88%) create mode 100644 templates/_osintsidenav.html create mode 100644 templates/_websidenav.html create mode 100644 templates/osint-questions.html diff --git a/templates/_forensicsidenav.html b/templates/_forensicsidenav.html new file mode 100644 index 0000000..7543104 --- /dev/null +++ b/templates/_forensicsidenav.html @@ -0,0 +1,19 @@ + diff --git a/templates/_sidenav.html b/templates/_mainsidenav.html similarity index 88% rename from templates/_sidenav.html rename to templates/_mainsidenav.html index 2b7227c..57ac395 100644 --- a/templates/_sidenav.html +++ b/templates/_mainsidenav.html @@ -1,7 +1,7 @@