From 9e3c372fe82e6c8c46bb959a0fdd58ab804c1e59 Mon Sep 17 00:00:00 2001
From: Orrin Adotevi <143646077+orrinadotevi@users.noreply.github.com>
Date: Mon, 22 Jul 2024 11:54:11 -0400
Subject: [PATCH] Update index.html
---
templates/index.html | 143 +++++++++++++++++++++++++++++++++----------
1 file changed, 112 insertions(+), 31 deletions(-)
diff --git a/templates/index.html b/templates/index.html
index b58f076..fab7611 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,32 +1,113 @@
-{% extends 'base.html' %}
+
+
+
+
+
+ Store Homepage
+
+
+
+
+
+

+
Search For An Item
+
+
+
+ Name |
+ Quantity |
+ Price |
+
+
+
+
+
+
-{% block title %}Store Homepage{% endblock %}
-
-{% block content %}
-
-
-
-
-
-
Welcome To BasicStore Online
-
Search For An Item
-
-
-
-
-
-
-
- Name |
- Quantity |
- Price |
-
-
-
-
-
-
-{% endblock %}