Add frontend skeleton
This commit is contained in:
11
booking/templates/front_template.html
Normal file
11
booking/templates/front_template.html
Normal 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>
|
Reference in New Issue
Block a user