-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (48 loc) · 1.38 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
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - A Pen by Isaac</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<!DOCTYPE html>
<html>
<head>
<title>Coches correr carrera reto rapido juego</title>
</head>
<body>
<div class="comienzo">
<button id="boton">Comenzar</button>
</div>
<p class="comienzo" id="contador">0 seg</p>
<p id="error">¡¡¡INGRESA LOS NOMBRES DE LOS JUGADORES!!!</p>
<p id="victoria"></p>
<div class="cuerpo">
<img id="cocherojo" src="https://imgur.com/Ndb1qub.png" alt="coche-rojo" width="200px">
<img id="cocheazul" src="https://i.imgur.com/0rKCM3Y.png" alt="coche-rojo" width="200px">
<div>
<input type="text" id="player1" placeholder="Jugador 1">
<br>
<img id="botonrojo" src="https://i.ibb.co/5LfCBBd/pixlr-bg-result.png" alt="pixlr-bg-result" border="0">
</div>
<div>
<input type="text" id="player2" placeholder="Jugador 2">
<br>
<img id="botonazul" src="https://i.ibb.co/Qp9tgFS/azul.png" alt="azul" border="0">
</div>
<img id="banderita" src="https://i.imgur.com/lQsAycx.png" width="130px">
</div>
<div class="comienzo">
Jugador 1: Pulsar S
</div>
<div class="comienzo">
Jugador 2: Pulsar L
</div>
</body>
</html>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>