forked from tobast/sonnetteweb
16 lines
307 B
HTML
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>
|