mirror of
https://forge.familier.net.eu.org/dns-witch/nomilo.git
synced 2025-01-09 09:01:30 +01:00
14 lines
428 B
HTML
14 lines
428 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>{% block title %}{% endblock title %}Nomilo</title>
|
|
<link rel="stylesheet" type="text/css" href="/styles/main.css">
|
|
{% block styles %}{% endblock styles %}
|
|
</head>
|
|
<body>
|
|
{% block content %}{% endblock content %}
|
|
{% block scripts %}{% endblock scripts %}
|
|
</body>
|
|
</html>
|