Project_Camper/vagus/template/index.html

12 lines
223 B
HTML
Raw Normal View History

2020-12-07 21:41:55 +01:00
<!doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/style.css" />
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>