diff --git a/templates/connected.html b/templates/connected.html index 26e0556..b3caf68 100644 --- a/templates/connected.html +++ b/templates/connected.html @@ -6,7 +6,6 @@

connected

-

Welcome to FlaskApp!

diff --git a/templates/grocery.html b/templates/grocery.html new file mode 100644 index 0000000..f132a1e --- /dev/null +++ b/templates/grocery.html @@ -0,0 +1,71 @@ + + +
+ {{name}} +
+ +
+ + + + + + + + + {% for article in articles %} + + + + + {% endfor %} + + + + +
AchetéNomQuantitéPrix
+ + + + + + + +
+ + + +
+
+ + + diff --git a/templates/login.html b/templates/login.html index e6edd33..c3a8ee3 100644 --- a/templates/login.html +++ b/templates/login.html @@ -4,7 +4,6 @@ - Beyond School