-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
22 lines (22 loc) · 929 Bytes
/
Copy pathtest.html
File metadata and controls
22 lines (22 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="js/jquery-3.1.0.min.js"></script>
<script type="text/javascript" src="js/test1.js"></script>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<h1>¿Piedra, Papel o Tijera?</h1>
<div class="u">Jugador: </div><div class="usuario">0</div>
<div class="ordenador">0</div><div class="o">Maquinola: </div>
<div class="clear"></div>
<div id="resultado"></div>
<div id="opciones">
<input type="radio" name="elemento" id="piedra" value="piedra"><label for="piedra">Piedra</label>
<input type="radio" name="elemento" id="papel" value="papel"><label for="papel">Papel</label>
<input type="radio" name="elemento" id="tijera" value="tijera"><label for="tijera">Tijera</label>
</div>
<h1>Bender-69 TARINGA</h1>
</body>
</html>