-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhistorique.html
More file actions
32 lines (28 loc) · 955 Bytes
/
historique.html
File metadata and controls
32 lines (28 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>♟️ Chess Tracker !</title>
</head>
<body>
<div class="w3-bar w3-green">
<a href="index.html" class="w3-bar-item w3-button">Accueil</a>
<a href="classement" class="w3-bar-item w3-button">Classement</a>
<a href="historique" class="w3-bar-item w3-button">Historique</a>
<a href="matelo" class="w3-bar-item w3-button">classement par mat-élo</a>
<a
href="https://github.com/Knackie/ChessTracker"
class="w3-bar-item w3-button"
>Github</a
>
</div>
<div id="Classement" class="classement">
<h1>Historique</h1>
</div>
<div id="space" class="space"></div>
</body>
<script src="core/config.js"></script>
<script src="core/historique.js"></script>
</html>