-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
47 lines (47 loc) · 2.7 KB
/
404.html
File metadata and controls
47 lines (47 loc) · 2.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 — Page Not Found · evolver-tools</title>
<meta name="description" content="The page you're looking for doesn't exist. Browse 260 CLI tools at evolver-tools.">
<meta property="og:title" content="404 — Page Not Found · evolver-tools">
<meta property="og:description" content="The page you're looking for doesn't exist. Browse 260 CLI tools at evolver-tools.">
<meta property="og:url" content="https://evolver-dev.github.io/evolver-tools/404.html">
<meta property="og:site_name" content="evolver-tools">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="404 — evolver-tools">
<meta name="twitter:description" content="The page you're looking for doesn't exist. Browse 260 CLI tools.">
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{background:#0a0a0f;color:#c0c4d0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}
.container{max-width:600px;text-align:center}
.code{font-size:6rem;font-weight:800;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}
.sub{font-size:1.25rem;color:#888;margin-bottom:2rem}
p{color:#888;line-height:1.7;margin-bottom:2rem}
.links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}
.links a{display:inline-block;padding:.6rem 1.2rem;border-radius:8px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .15s}
.links .primary{background:#6366f1;color:#fff}
.links .primary:hover{background:#5558e6;transform:translateY(-1px)}
.links .secondary{border:1px solid #333;color:#c0c4d0}
.links .secondary:hover{border-color:#6366f1;color:#fff}
.footer{margin-top:3rem;font-size:.8rem;color:#555}
</style>
</head>
<body>
<div class="container">
<div class="code">404</div>
<div class="sub">This page got lost in the terminal.</div>
<p>The page you were looking for doesn't exist or has been moved.<br>
But there <em>are</em> 260 CLI tools waiting for you.</p>
<div class="links">
<a href="/evolver-tools/" class="primary">← Home</a>
<a href="/evolver-tools/docs/" class="secondary">Docs</a>
<a href="/evolver-tools/tools/" class="secondary">All Tools</a>
<a href="https://github.com/evolver-dev/evolver-tools" class="secondary">GitHub</a>
<a href="/evolver-tools/cheatsheet.html" class="secondary">Cheat Sheet</a>
</div>
<div class="footer">evolver-tools — 260 zero-dependency CLI tools</div>
</div>
</body>
</html>