From 23419e9cebe33fe7aef1ae13bb7cc211e8ed2098 Mon Sep 17 00:00:00 2001 From: candifloss Date: Sun, 6 Apr 2025 16:44:45 +0530 Subject: [PATCH] Move css to separate files Move css styles from ` + {% include 'header.html' %} diff --git a/templates/delete.html b/templates/delete.html index d217d52..9ac01f8 100644 --- a/templates/delete.html +++ b/templates/delete.html @@ -6,38 +6,7 @@ {% include 'favicon.html' %} - + {% include 'header.html' %} diff --git a/templates/item_form.html b/templates/item_form.html index b2438f8..82419fc 100644 --- a/templates/item_form.html +++ b/templates/item_form.html @@ -6,38 +6,7 @@ {% include 'favicon.html' %} - + {% include 'header.html' %} diff --git a/templates/upload.html b/templates/upload.html index d6fc5b2..9dc52d4 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -7,16 +7,7 @@ {% include 'favicon.html' %} - + {% include 'header.html' %} diff --git a/templates/viewList.html b/templates/viewList.html index 4b774d4..500d65c 100644 --- a/templates/viewList.html +++ b/templates/viewList.html @@ -6,17 +6,7 @@ View Inventory {% include 'favicon.html' %} - + {% include 'header.html' %}