-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
34 lines (33 loc) · 2.65 KB
/
Copy path404.html
File metadata and controls
34 lines (33 loc) · 2.65 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
<!doctype html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 - Page Not Found - CyberTools</title>
<meta name="robots" content="noindex" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'; connect-src 'self'; worker-src 'self'; manifest-src 'self'; object-src 'none'; frame-src 'none'; frame-ancestors 'none'; base-uri 'self'; form-action 'self';" />
<link rel="icon" href="assets/logowb.png" type="image/png" />
<link rel="preload" href="assets/fonts/inter.woff2" as="font" type="font/woff2" crossorigin />
<link rel="stylesheet" href="css/design-system.css" />
<link rel="stylesheet" href="css/global.css" />
<link rel="stylesheet" href="css/tailwind.css" />
<script src="js/theme.js"></script>
</head>
<body data-ct-active-tool="">
<main id="ct-main" style="max-width:560px;margin:80px auto;padding:24px;text-align:center;">
<div style="font-size:64px;font-weight:800;color:var(--border);margin-bottom:8px;font-family:'JetBrains Mono',monospace;">404</div>
<h1 style="font-size:22px;font-weight:700;color:var(--text);margin:0 0 8px;">This tool doesn't exist yet.</h1>
<p style="font-size:14px;color:var(--text-muted);margin:0 0 32px;line-height:1.6;">You found a page that hasn't been built yet - or the URL might be wrong.</p>
<div style="display:flex;flex-wrap:wrap;justify-content:center;gap:12px;">
<a href="tools-index.html" style="display:inline-flex;align-items:center;gap:6px;background:var(--accent);color:var(--bg);font-size:14px;font-weight:600;padding:10px 20px;border-radius:8px;text-decoration:none;">Browse all tools</a>
<a href="https://github.com/ctlib/CyberTools/issues/new?labels=feature-request&title=Tool+request:" target="_blank" rel="noopener noreferrer" style="display:inline-flex;align-items:center;gap:6px;background:var(--surface-2);border:1px solid var(--border);color:var(--text);font-size:14px;font-weight:500;padding:10px 20px;border-radius:8px;text-decoration:none;">Suggest a tool →</a>
</div>
</main>
<script src="js/app.js" defer></script>
<script src="js/history.js" defer></script>
<script src="js/components.js" defer></script>
<script src="js/shortcuts.js" defer></script>
<script src="js/pwa.js" defer></script>
<script src="js/page-init.js" defer></script>
</body>
</html>