From ec1ff82c394ab6f5fc513782e28f6b074d26841a Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Mon, 27 Jan 2025 21:43:30 +0300 Subject: [PATCH] refactor: Sidenav to template --- templates/decode.html | 11 +---------- templates/found.html | 13 ++----------- templates/header.html | 3 +-- templates/sidenav.html | 18 ++++++++++++++++++ templates/sql-injection.html | 13 ++----------- 5 files changed, 24 insertions(+), 34 deletions(-) create mode 100644 templates/sidenav.html diff --git a/templates/decode.html b/templates/decode.html index c2c034c..e97a270 100644 --- a/templates/decode.html +++ b/templates/decode.html @@ -5,16 +5,7 @@ {% include 'header.html' %} - + {% include 'sidenav.html' %} - + {% include 'sidenav.html' %} {% if error %}

{{ error }}

@@ -44,4 +35,4 @@ - \ No newline at end of file +