16 lines
273 B
HTML
16 lines
273 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>Sauveteurs du dunkerquois</title>
|
|
{% include 'head.html' %}
|
|
</head>
|
|
<body>
|
|
{% include 'header.html' %}
|
|
<br>
|
|
<center>
|
|
<br>
|
|
<div>
|
|
<button action="/random">Page au hasard</button>
|
|
</div>
|
|
</center>
|
|
</body>
|