-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclassement.html
40 lines (39 loc) · 966 Bytes
/
classement.html
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
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<style>
h1 {
font-family: 'Roboto Mono', monospace;
font-weight: 500;
text-align: center;
color: #fff;
}
</style>
<h1>A normal VSK race</h1>
<table id="rankingTable">
<tr>
<th>Rang</th>
<th>Nom</th>
<th>Pays</th>
<th>R1</th>
<th>R2</th>
<th>R3</th>
<th>R4</th>
<th>R5</th>
<th>R6</th>
<th>F1</th>
<th>F2</th>
<th>F3</th>
<th>Total</th>
</tr>
</table>
<script src="ranking2.js"></script>
</body>
</html>