kers/templates/base.html

13 lines
284 B
HTML
Raw Normal View History

2020-07-22 02:08:30 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width"/>
<title>Zeus WPI Kelderregistratiesysteem™</title>
</head>
<body>
<h1>Zeus WPI Kelderregistratiesysteem™</h1>
{% block content %}{% endblock %}
</body>
</html>