Complete virtual environment added to git. Updated all changes to file in frontend directory
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user