forked from KenjiEtsu/SkyblockCodexAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
49 lines (47 loc) · 1.75 KB
/
404.html
File metadata and controls
49 lines (47 loc) · 1.75 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
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>404 • SkyBlockCodexAPI</title>
<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=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet" />
<link rel="icon" href="./favicon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<div class="bg-grid"></div>
<header class="topbar">
<div class="logo">SkyBlockCodexAPI</div>
<div class="topbar-links">
<a class="topbar-link" href="./index.html">Inicio</a>
<a class="topbar-link" href="./museum.html">Museum</a>
</div>
<div class="status">404</div>
</header>
<main class="container">
<section class="hero">
<div>
<p class="eyebrow">Error 404</p>
<h1>Esta página no existe.</h1>
<p class="sub">Parece que la ruta no está disponible. Vuelve al inicio o usa el buscador.</p>
<a class="cta" href="./index.html">Ir al inicio</a>
</div>
<div class="hero-card">
<div class="card-title">Sugerencias</div>
<div class="result-card">
<div class="result-title">Prueba:</div>
<div><span class="badge">Item</span> Wise Dragon Chestplate</div>
<div><span class="badge">Colección</span> Cobblestone</div>
<div><span class="badge">Skill</span> Mining</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<span>SkyBlockCodexAPI</span>
<span class="mono">404</span>
</footer>
</body>
</html>