mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-11-11 02:10:30 +01:00
Ralf Ramsauer
f857fffac6
Package is no longer officially maintainer, remove the dependency. Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
17 lines
489 B
HTML
17 lines
489 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
{% block head %}{%- endblock head %}
|
|
<title>{{ title }}</title>
|
|
{% block meta %}{%- endblock meta %}
|
|
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
{% block content %}{%- endblock content %}
|
|
<br><br><br>
|
|
<footer>Ralf Ramsauer © 2018 Binary Kitchen e.V.</footer>
|
|
{% block scripts %}{%- endblock scripts %}
|
|
</body>
|
|
</html>
|