-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmejoresPuntuaciones.html
More file actions
40 lines (37 loc) · 1.41 KB
/
mejoresPuntuaciones.html
File metadata and controls
40 lines (37 loc) · 1.41 KB
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>
<head>
<title>Shoten Samurai - Mejores Puntuaciones</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="stylesheet" type="text/css" href="css/configuration.css">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/Ladder.js"></script>
</head>
<body>
<header id="scoresHeader">Puntuaciones</header>
<section>
<div class="ladder">
<ol>
</ol>
<!--
<ol>
<li><strong>AAA</strong>: 800.</li>
<li><strong>BB</strong>: 750.</li>
<li><strong>CCC</strong>: 700.</li>
<li><strong>DDD</strong>: 600.</li>
<li><strong>EEE</strong>: 500.</li>
<li><strong>FFF</strong>: 400.</li>
<li><strong>GFR</strong>: 300.</li>
<li><strong>HRW</strong>: 200.</li>
<li><strong>ABC</strong>: 100.</li>
<li><strong>SDE</strong>: 50.</li>
</ol>-->
</div>
</section>
<a href="index.html" class="scrollButton-min">
<p>Menu</p>
</a>
</body>
</html>