Files
deskmeter/dmold/dmweb/templates/layout.html
2025-12-29 14:12:46 -03:00

26 lines
288 B
HTML

<html>
<head>
<!--
<link rel="stylesheet" href="{{ url_for('static', filename='styles/dm.css') }}">
-->
{% if auto_refresh %}
<meta http-equiv="refresh" content="5">
{% endif %}
{% block head %}
{% endblock %}
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>