-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (36 loc) · 1.4 KB
/
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
<!DOCTYPE html>
<html lang=es>
<head>
<meta charset="utf-8">
<title>clarke-s2-eval-trd-mvtercero</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/style.css">
<link href="https://fonts.googleapis.com/css?family=Nunito:400,400i,600,800|Source+Sans+Pro:200,300,400,600" rel="stylesheet">
</head>
<body>
<main class="container">
<aside class="game">
<h1>Adivina el número</h1>
<p class="counter">0</p>
<form class="form-number" method="">
<label for="cellNumber">Introduce aquí tu número</label>
<input type="text" id="cellNumber" name="cell" value="">
<button type="button" class="buttonNumber" name="button">Prueba</button>
</form>
<form class="form-name hidden" method="" alt="cerrar previsualización">
<label for="cell-extra"></label>
<input id="cell-extra" class="nameUser" type="text" name="cell-extra" value="">
<button type="button" class="buttonName" name="button">Guarda</button>
</form>
<p class="clue-cell">Escribe un número y dale a <span>Prueba</span></p>
</aside>
<aside class="ranking">
<h2>Histórico</h2>
<ul class= "rankingList">
</ul>
</aside>
</main>
<script type="text/javascript" src="main.js">
</script>
</body>
</html>