rowt/templates/base.html.tera
2023-04-05 19:33:31 +02:00

17 lines
229 B
Plaintext

<!DOCTYPE html>
<html lang="de">
<head>
<link rel="manifest" href="public/manifest.json" />
<link rel="stylesheet" href="/public/main.css">
</head>
<body>
{% block content %}
{% endblock content %}
</body>
</html>