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 @@
{% extends "base.html" %}
{% block title %}Index{% endblock %}
{% block head %}
{{ super() }}
<style type="text/css">
.important { color: #336699; }
</style>
{% endblock %}
{% block content %}
<h1>Groclist</h1>
<p class="important">
Welkom bij Groclist
</p>
{% endblock %}