Add frontend skeleton

This commit is contained in:
2015-01-14 17:03:28 +01:00
committed by Gergely Polonkai
parent 8317ef9cca
commit ae7ea8004f
3 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Rubber Duck Booking Tool</title>
</head>
<body>
<h1>Rubber Duck Booking Tool</h1>
<a href="{% url 'index' %}">Home</a>
{% block body %}{% endblock %}
</body>
</html>