-
Notifications
You must be signed in to change notification settings - Fork 0
/
findepartie.html
23 lines (21 loc) · 993 Bytes
/
findepartie.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="fr">
<head>
<title>GeoChercheur - acceuil</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/reset.css" rel="stylesheet">
<link href="css/global.css" rel="stylesheet">
<link href="css/style_acceuil.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.min.js" integrity="sha256-0H3Nuz3aug3afVbUlsu12Puxva3CP4EhJtPExqs54Vg=" crossorigin="anonymous"></script>
<script src="js/fin.js"></script>
</head>
<body class="flex-column flex-col-vert-center">
<main class="flex-column">
<article class="fin-partie">
<h2 class="title"> Bravo votre score total est de <span id="score"></span> points.</h2>
<p>Alors ça vous a plu ? Vous pouvez <a href="jouer.html">rejouer une partie</a> ou bien <a href="leaderboard.html">voir le classement.</a></p>
</article>
</main>
</body>
</html>