-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
64 lines (40 loc) · 981 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
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title> ENTRIVIADOS </title>
<link rel="stylesheet" type="text/css" href="indexStyle.css">
<!-- <style>
body{
font-family: Helvetica;
}
</style>
form?-->
</head>
<body>
<div id=div3>
<h1> ENTRIVIADOS </h1>
</div>
<div id = "div0">
<h2> Bienvenid@ a ENTRIVIADOS </h2>
<p>
Escribe tu nombre para comenzar a jugar:<br/>
<input type="text" id="textName"/>
<input type="button" value="Ok" id="buttonOk"/>
</p>
</div>
<div style = "background-color: lightblue" id = "div1">
<!--<input type="button" value="Libros" id="buttonBooks"/>-->
</div>
<script src="app.js"></script>
</body>
</html>
<script src="js/index.js"></script>
</body>
</html>