rowt/templates/base.html.tera

17 lines
229 B
Plaintext
Raw Normal View History

2023-04-03 16:11:26 +02:00
<!DOCTYPE html>
<html lang="de">
2023-04-03 16:11:26 +02:00
<head>
<link rel="manifest" href="public/manifest.json" />
<link rel="stylesheet" href="/public/main.css">
2023-04-03 16:11:26 +02:00
</head>
<body>
{% block content %}
{% endblock content %}
</body>
</html>