4ter prakt termin

This commit is contained in:
2018-11-05 17:03:33 +01:00
parent 287d3c78f4
commit 21f17ec603
5 changed files with 45 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
{% extends 'base.html' %}
{% block title %}
Index
{% endblock %}
{% block content %}
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1>Index der Polls-Applikation</h1>
</div>
</div>
{% endblock %}