Marin/templates/index.html

18 lines
410 B
HTML
Raw Normal View History

<!DOCTYPE html>
<head>
<meta charset="utf-8">
2021-12-02 20:42:28 +01:00
<title>Sauveteurs du dunkerquois</title>
<link href="../static/style.css" rel="stylesheet" type="text/css" />
2021-12-03 03:05:16 +01:00
<link rel="icon" type="image/png" href="../static/favicon.png" />
2021-12-02 20:37:10 +01:00
</head>
<body>
2021-12-03 03:53:00 +01:00
{% include 'header.html' %}
<br>
<center>
<br>
<div>
2021-12-02 20:29:57 +01:00
<button action="/random">Page au hasard</button>
</div>
</center>
</body>