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

+
+ + +
+ + + + + + +
NameQuantityPrice
+

+
+ + -{% block title %}Store Homepage{% endblock %} - -{% block content %} - -
- -

- -

Welcome To BasicStore Online

-

Search For An Item


- -
- - -
- -

- - - - - - - -
NameQuantityPrice
- -

- -
-{% endblock %}