-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 883 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ebook gratuito sobre Penetration Testing</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div style="text-align: center;">
<img src="img/portada.png" alt="Portada de fondo sobre el título de Penetration Testing" style="border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);">
<p style="color: #4b5563; font-size: 16px; margin-top: 10px;">Es un pdf de Guia de los pasos para realizar un Penetration Testing. ¡A qué esperas!</p>
<a href="https://raw.githubusercontent.com/TripleYei/guia_penetration_testing/main/Penetration_Testing.pdf">
<button type="submit" class="download-btn">Descargar</button>
</a>
</div>
</body>
</html>