Complete virtual environment added to git. Updated all changes to file in frontend directory

This commit is contained in:
2022-03-11 13:07:43 +01:00
parent 70d04e52fe
commit 56309b11fe
1730 changed files with 336254 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome to groclist</title>
<meta name="viewpoint" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="container">
<h1>Welcome to GrocList<h1>
<br>
<p>Click <a href="/">here</a> to go home. </p>
</div>
</body>
<html>