This repository was archived by the owner on May 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
39 lines (38 loc) · 1.77 KB
/
404.html
File metadata and controls
39 lines (38 loc) · 1.77 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
<!DOCTYPE html>
<html lang="es">
<head>
<title id="pageTitle">Start></title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta charset="utf-8"/>
<meta name="author" content="Start>"/>
<meta name="description" content="Nuevo Start> Búsqueda Rápida y segura, con la confianza de Virustotal"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
<script src="https://kit.fontawesome.com/a3d5ef9bfb.js" crossorigin="anonymous" defer></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,300,0,0">
</head>
<body>
<!-- Barra de navegación superior -->
<nav id="sticky-nav">
<a href="https://inled.es"><img src="https://inled.es/wp-content/uploads/2024/11/inled-logo-full-300x169.png" alt="Inled Logo" class="logo"></a>
<div class="nav-actions">
<a href="start.html" id="myStart">
<span class="material-symbols-rounded">home</span>
</a>
<div class="share-container">
<button id="share-button"><i class="fa-solid fa-share-nodes"></i> Compartir</button>
<div id="share-options" class="share-options">
<a href="#" id="share-email"><i class="fa-regular fa-envelope"></i> Correo</a>
<a href="#" id="share-whatsapp"><i class="fa-brands fa-whatsapp"></i> WhatsApp</a>
<a href="#" id="share-telegram"><i class="fa-brands fa-telegram"></i> Telegram</a>
</div>
</div>
</div>
</nav>
<main style="align-items: center; text-align: center;">
<h1 style="font-size: 1000%;">404</h1>
<h2>Vaya, parece que la página a la que has intentado acceder no existe actualmente</h2>
</main>
</body>
</html>