2021-12-02 20:15:11 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2021-12-02 20:42:28 +01:00
|
|
|
<title>Sauveteurs du dunkerquois</title>
|
2021-12-02 20:15:11 +01:00
|
|
|
<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>
|
2021-12-02 20:15:11 +01:00
|
|
|
<body>
|
2021-12-03 03:53:00 +01:00
|
|
|
{% include 'header.html' %}
|
2021-12-02 20:15:11 +01:00
|
|
|
<br>
|
2021-12-02 23:31:38 +01:00
|
|
|
<center>
|
2021-12-02 20:15:11 +01:00
|
|
|
<br>
|
|
|
|
<div>
|
2021-12-02 20:29:57 +01:00
|
|
|
<button action="/random">Page au hasard</button>
|
2021-12-02 20:15:11 +01:00
|
|
|
</div>
|
|
|
|
</center>
|
|
|
|
</body>
|