initial commit
This commit is contained in:
commit
5358ea95d6
10 changed files with 93 additions and 0 deletions
5
app/templates/index.html
Normal file
5
app/templates/index.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Hello!</h1>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue