mirror of
https://github.com/perstarkse/minne.git
synced 2026-01-18 15:56:55 +01:00
14 lines
401 B
HTML
14 lines
401 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-theme="dark">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{% block title %}minnet{% endblock %}</title>
|
|
<script src="https://unpkg.com/htmx.org@1.9.2"></script>
|
|
<link rel="stylesheet" href="assets/style.css">
|
|
{% block head %}{% endblock %}
|
|
</head>
|
|
{% block body %}{% endblock %}
|
|
|
|
</html> |