-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (54 loc) · 917 Bytes
/
index.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<head>
<meta http-equiv=refresh content=3>
<link rel=stylesheet type=text/css href=css/style.css />
</head>
<table>
<body>
<tr>
<th>Posizione</th>
<th>Nome</th>
<th>Punteggio</th>
<th>Kill</th>
<th>Death</th>
<th>Autokill</th>
<th>Rateo</th>
<th>Connesso</th>
</tr>
<tr><td>1</td>
<td>Cive</td>
<td>308</td>
<td>3</td>
<td>3</td>
<td>1</td>
<td>1</td>
<td><span style=color:green>Connesso</span></td>
</tr>
<tr><td>2</td>
<td>Timur</td>
<td>213</td>
<td>2</td>
<td>3</td>
<td>0</td>
<td>0.666667</td>
<td><span style=color:red>Disconnesso</span></td>
</tr>
<tr><td>3</td>
<td>Sciuar</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>nan</td>
<td><span style=color:red>Disconnesso</span></td>
</tr>
<tr><td>4</td>
<td>Agagaga</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>nan</td>
<td><span style=color:red>Disconnesso</span></td>
</tr>
</table>
</body>