-
Notifications
You must be signed in to change notification settings - Fork 0
/
DecirleAlJefePapel.html
59 lines (53 loc) · 2.14 KB
/
DecirleAlJefePapel.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
<!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 decirle al Jefe</h4>
<p class="ExP">Luego de decirle todo a tu jefe...</p>
</div>
<div class="Cajademensajel">
<img src="Imagenes/lucio.png" class="imagenperfill">
<span class="Contenidomensajel">
<h4>Lucio</h4>
<p>Estamos re avanzados con la investigacion :D</p>
</span>
</div>
<div class="Cajademensajeb">
<span class="Contenidomensajeb">
<h4>George</h4>
<p>Sos un capo, quiero hablar de algo contigo sobre este caso tengo informacion crucial, quieres que lo hablemos aca o prefieres hablarlo yendo a tomar un cafe?</p>
</span>
</div>
<footer>
<div id="Opciones">
<div id="Opcion1">
<a href="TerminarEnLaOficinaMalo.html" class="linkopcion">Hablarlo en la oficina</a>
</div>
<div id="Opcion2">
<a href="TerminarConUnCafeMalo.html" class="linkopcion">Hablarlo en un cafe</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>