duck-booking-tool/booking/templates/front_template.html

13 lines
307 B
HTML
Raw Normal View History

2015-01-14 16:03:28 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Rubber Duck Booking Tool</title>
</head>
<body>
<h1>Rubber Duck Booking Tool</h1>
<a href="{% url 'index' %}">Home</a>
2014-12-23 08:13:22 +00:00
<a href="{% url 'booking:vocabulary' %}">Vocabulary</a>
2015-01-14 16:03:28 +00:00
{% block body %}{% endblock %}
</body>
</html>