Marin/templates/index.html

18 lines
410 B
HTML

<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Sauveteurs du dunkerquois</title>
<link href="../static/style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" href="../static/favicon.png" />
</head>
<body>
{% include 'header.html' %}
<br>
<center>
<br>
<div>
<button action="/random">Page au hasard</button>
</div>
</center>
</body>