-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
67 lines (67 loc) · 3.96 KB
/
Copy path404.html
File metadata and controls
67 lines (67 loc) · 3.96 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title data-i18n="error.404_title">404 — Page Not Found | General Bots</title>
<meta name="description" content="Page not found. General Bots — Multi-Agent AI Platform & Agentic Orchestration | Open Source."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:title" content="404 — Page Not Found | General Bots">
<meta property="og:description" content="Page not found. General Bots — Multi-Agent AI Platform & Agentic Orchestration | Open Source.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://generalbots.org/404.html">
<meta property="og:image" content="https://generalbots.org/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:type" content="image/png">
<meta property="og:image:alt" content="General Bots — Multi-Agent AI Platform & Agentic Orchestration | Open Source">
<meta name="twitter:card" content="summary_large_image">
<meta name="robots" content="noindex, nofollow">
<link rel="canonical" href="https://generalbots.org/404.html">
<link rel="icon" type="image/x-icon" href="https://chat.pragmatismo.com.br/favicon.ico">
<link rel="icon" type="image/svg+xml" href="https://pragmatismo.com.br/img/logo.svg">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="/css/site.min.css?v=5">
<style>
.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:4rem 1.5rem}
.not-found h1{font-size:6rem;font-weight:900;letter-spacing:-.08em;line-height:1;margin:0 0 .5rem;background:linear-gradient(135deg,var(--fg),var(--fg-muted));-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.not-found h2{font-size:1.5rem;font-weight:700;margin:0 0 .75rem}
.not-found p{color:var(--fg-muted);max-width:28rem;margin:0 0 2rem;font-size:.95rem;line-height:1.6}
.not-found .gear-icon{width:64px;height:64px;margin-bottom:1.5rem;opacity:.15;animation:gear-spin 60s linear infinite}
@keyframes gear-spin{to{transform:rotate(360deg)}}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "404 — Page Not Found",
"description": "Page not found. General Bots — Multi-Agent AI Platform & Agentic Orchestration | Open Source.",
"url": "https://generalbots.org/404.html",
"isPartOf": {"@type": "WebSite", "name": "General Bots", "url": "https://generalbots.org"}
}
</script>
</head>
<body>
<a href="#main-content" class="sr-only skip-link" data-i18n="common.skip_to_content">Skip to content</a>
<div hx-get="/partials/header.html" hx-swap="innerHTML" hx-trigger="load"></div>
<main role="main" id="main-content">
<section class="not-found">
<svg class="gear-icon" viewBox="0 0 100 100" fill="none" stroke="currentColor" stroke-width=".8">
<path d="M50 10 L53 20 L60 15 L58 25 L67 23 L62 32 L70 33 L63 40 L70 45 L62 48 L67 55 L58 53 L60 62 L53 57 L50 65 L47 57 L40 62 L42 53 L33 55 L38 48 L30 45 L37 40 L30 33 L38 32 L33 23 L42 25 L40 15 L47 20Z"/>
<circle cx="50" cy="37.5" r="10"/>
</svg>
<h1>404</h1>
<h2 data-i18n="error.404_heading">Page Not Found</h2>
<p data-i18n="error.404_text">The page you are looking for does not exist or has been moved. The sovereign AI platform is still here — try the homepage or docs.</p>
<div style="display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center">
<a href="/" class="btn btn-primary" data-i18n="nav.home">Home</a>
<a href="https://docs.generalbots.org" class="btn btn-outline" data-i18n="nav.docs">Docs</a>
<a href="/contact/" class="btn btn-outline" data-i18n="nav.contact">Contact</a>
</div>
</section>
</main>
<div hx-get="/partials/footer.html" hx-swap="innerHTML" hx-trigger="load"></div>
<script defer src="https://unpkg.com/htmx.org@2.0.10"></script>
<script defer src="/js/site.min.js?v=4"></script>
</body>
</html>