-
Notifications
You must be signed in to change notification settings - Fork 0
/
DecirleAlJefeLaInfoHastaAhora.html
62 lines (56 loc) · 2.38 KB
/
DecirleAlJefeLaInfoHastaAhora.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
<!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">Decidiste ir a contarle a tu jefe</h4>
<p class="ExP">George te espera en su oficina luego de que le hayas mandado la informacion del caso</p>
</div>
<div class="Cajademensajeb">
<span class="Contenidomensajeb">
<h4>George</h4>
<p>Agente L, pase tengo informacion crucial para el caso, mis fuentes me informaron que el asesino va a estar en la biblioteca esta misma noche no me dieron su nombre pero ni bien este en la estacion lo descubriremos, ve con la agente B a arrestarlo</p>
</span>
</div>
<div class="Cajademensajel">
<img src="Imagenes/lucio.png" class="imagenperfill">
<span class="Contenidomensajel">
<h4>Lucio</h4>
<p>Fantastic</p>
</span>
</div>
<div class="Explicacion">
<p class="ExP">Puedes eleguir si deseas ir acompañado o te haces el valiente y vas vos solo a arrestarlo</p>
</div>
<footer>
<div id="Opciones">
<div id="Opcion1">
<a href="IrAcompanadoLuegoDeJefe.html" class="linkopcion">Ir acompañado</a>
</div>
<div id="Opcion2">
<a href="IrSoloLuegodeJefe.html" class="linkopcion">Ir solo</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>