initial commit

This commit is contained in:
joachim lusiardi
2015-03-03 22:49:43 +01:00
commit af7ef156fd
7 changed files with 180 additions and 0 deletions

5
templates/index.html Normal file
View File

@@ -0,0 +1,5 @@
{% extends "layout.html" %}
{% block body %}
<a href='{{ url_for('getPitStops') }}'>Pitstop List</a>
<a href='{{ url_for('createPitStopForm') }}'>Create Pitstop</a>
{% endblock %}