-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEmpezar.html
More file actions
40 lines (36 loc) · 1002 Bytes
/
Copy pathEmpezar.html
File metadata and controls
40 lines (36 loc) · 1002 Bytes
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>Parcel Sandbox</title>
<meta charset="UTF-8" />
<link rel="stylesheet" href="styles/parte1.css" />
<link rel="stylesheet" href="styles/base.css">
</head>
<body>
<h1 id="Bienvenida" class="titulo">HOLA!!</h1>
<div>
<p>
<h2 class="titulo"> Seleccione el tipo de pregunta </h2>
<!-- <input type="text" name="nombre" id="nombre"> -->
</p>
<p>
<a class="empezar" href="preguntas.html">
Preguntas de Cine
</a>
</p>
<p>
<a class="empezar" href="preguntasport.html"
>Preguntas de Deportes</a
>
</p>
<p>
<a class="empezar" href="preguntafroot.html"
>Preguntas de Frutas</a
>
</p>
<!-- <a href="Resultados.html"><input type="button" value="resultado" /></a> -->
<!-- <a href="Resultados.html">Empezar</a -->
</div>
<script src="scripts/Bienvenida.js"></script>
</body>
</html>