forked from FranciscaCastro/TriviaGato
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseleccionTrivia.html
29 lines (28 loc) · 906 Bytes
/
seleccionTrivia.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
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<meta name="viewport" content="width=device-width">
<link href="../style.css" rel="stylesheet" type="text/css" />
<title>Menu de Categorías</title>
</head>
<body>
<div class="saludo">
<div class="container">
<h1 class="titulo" id="saludo"> Hola </h1>
<h2><em>*BOSTEZO*</em></h2>
<h2 class="invitacion">¡JUGUEMOS A PREGUNTARNOS COSAS HASTA QUEDAR DORMIDOS!</h2>
</div>
<div class="botones">
<a class="sueño" href="triviadelsueno.html"> TRIVIA DEL SUEÑO
</a>
<a class="random" href="triviarandom.html">
TRIVIA RANDOM
</a>
<img class="foto2" src="Cat2.png" alt="Gato con duda">
</div>
</div>
<script type= "text/javascript" src="seleccionTrivia.js">
</script>
</body>
</html>