rollerverbrauch/templates/layout.html

12 lines
254 B
HTML
Raw Normal View History

2015-03-03 22:49:43 +01:00
<!doctype html>
<html>
<head>
<title>Rollerverbrauch</title>
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='style.css') }}">
</head>
<body>
<h1>Rollerverbrauch</h1>
{% block body %}
{% endblock %}
</body>
</html>