-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrite_up_33.html
More file actions
40 lines (34 loc) · 1.17 KB
/
write_up_33.html
File metadata and controls
40 lines (34 loc) · 1.17 KB
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 lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Write Up 33 - Detalles</title>
<link rel="stylesheet" type="text/css" href="../css/styles_write_up_details.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="icon" href="../img/favicon.ico" type="image/x-icon" />
</head>
<body>
<header>
<a href="../write-ups.html" class="btn-back"><i class="fas fa-arrow-left"></i> Volver a los Write Ups</a>
<br>
<br>
<div class="terminal">
<p id="terminalText">root@WriteUpGigachad_vh~# </p>
</div>
</header>
<section id="write-up-details">
<div class="container">
<h2>VH - Gigachad_vh | VulnHub</h2>
<br>
<div class="pdf-container">
<embed src="../pdfs/Gigachad_vh.pdf" type="application/pdf" width="100%" height="1000px" />
</div>
</div>
</section>
<footer>
<!-- Pie de página -->
</footer>
<script src="../js/write_up_33.js"></script>
</body>
</html>