From db5fbf91fac6a4f185253a5fe8a571a8e36c6047 Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:44:39 +0200 Subject: [PATCH] modified: templates/about.html modified: templates/contact.html modified: templates/faq.html modified: templates/help.html modified: templates/landing.html new file: templates/navbar.html --- templates/about.html | 2 +- templates/contact.html | 2 +- templates/faq.html | 2 +- templates/help.html | 2 +- templates/landing.html | 2 +- templates/navbar.html | 11 +++++++++++ 6 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 templates/navbar.html diff --git a/templates/about.html b/templates/about.html index c52ca85..1d9d992 100644 --- a/templates/about.html +++ b/templates/about.html @@ -10,7 +10,7 @@ diff --git a/templates/contact.html b/templates/contact.html index bf38c8a..4129733 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -10,7 +10,7 @@ diff --git a/templates/faq.html b/templates/faq.html index c79b40b..c88c27a 100644 --- a/templates/faq.html +++ b/templates/faq.html @@ -10,7 +10,7 @@ diff --git a/templates/help.html b/templates/help.html index deec544..0a3cd6a 100644 --- a/templates/help.html +++ b/templates/help.html @@ -10,7 +10,7 @@ diff --git a/templates/landing.html b/templates/landing.html index c090841..8fc9dc3 100644 --- a/templates/landing.html +++ b/templates/landing.html @@ -15,7 +15,7 @@
diff --git a/templates/navbar.html b/templates/navbar.html new file mode 100644 index 0000000..3892144 --- /dev/null +++ b/templates/navbar.html @@ -0,0 +1,11 @@ + \ No newline at end of file