sonnetteweb/templates/base.html
Théophile Bastian 88e42032df Minimal first version
Currently prints "dring" to stdout, and does not ring.
2018-02-05 23:25:32 +01:00

16 lines
307 B
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Sonnette de l'Arcoloc</title>
<meta name="author" content="Arcoloc.eu">
<!-- <link rel="stylesheet" href="static/style.css"> -->
</head>
<body>
{% block content %}
{% endblock content %}
</body>
</html>