-
Notifications
You must be signed in to change notification settings - Fork 0
/
TerminarConUnCafeMalo.html
42 lines (38 loc) · 1.52 KB
/
TerminarConUnCafeMalo.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Orbitron&display=swap" rel="stylesheet">
<title>Agente Lucio</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="Imagenes/Detective.png" type="image/x-icon">
</head>
<body>
<!--Encabezado-->
<section id="Encabezado">
<span class="Encabezado"><a href="index.html"><h1>Mision 001</h1></a></span>
</section>
<!--Cuerpo-->
<div class="Explicacion">
<h4 class="Exh4">George te invita a un cafe</h4>
<p class="ExP">Te invita a un cafe pero estaba envenenado, mueres por envenenamiento. Tienes la posibilidad de reiniciar.</p>
<h3>Final Malo</h3>
</div>
<footer>
<div id="Opciones">
<div id="Opcion1">
<a href="Reinicio.html" class="linkopcion">Reiniciar</a>
</div>
</div>
<div id="piedepagina">
<h6>Pagina hecha por</h6>
<h6><strong>Instagram:</strong> <a href="https://www.instagram.com/ezequielgomezr/" target="_blank">@ezequielgomezr</a></h6>
<h6><strong>Discord:</strong> Ezequiel.gr#4390</h6>
</div>
</footer>
</body>
</html>