-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
9 lines (9 loc) · 2.1 KB
/
Copy path404.html
File metadata and controls
9 lines (9 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="referrer" content="strict-origin-when-cross-origin" /><title>404 - Page Not Found - AcreetionOS</title><meta name="description" content="The page you are looking for does not exist. Return to AcreetionOS homepage." /><meta name="robots" content="noindex, follow" /><link rel="canonical" href="https://acreetionos.org/" /><meta property="og:title" content="404 - Page Not Found - AcreetionOS" /><meta property="og:description" content="The page you are looking for does not exist." /><meta property="og:image" content="https://acreetionos.org/logo.webp" /><meta property="og:url" content="https://acreetionos.org/404.html" /><meta name="twitter:card" content="summary" /><meta name="twitter:title" content="404 - Page Not Found - AcreetionOS" /><meta name="twitter:description" content="The page you are looking for does not exist." /><meta name="twitter:image" content="https://acreetionos.org/logo.webp" /><link rel="icon" type="image/webp" href="acreetionoslogo.webp"><link rel="preconnect" href="https://fonts.googleapis.com" crossorigin><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<style>body{background:#121212;color:#e5e5e5;font-family:'Roboto',sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:2rem}h1{font-size:6rem;color:#2ecc71;font-family:'Fira Code',monospace;margin:0;line-height:1}h2{color:#e5e5e5;margin:1rem 0 0.5rem}p{color:#b2b2b2;max-width:400px;margin-bottom:1.5rem}.btn{display:inline-block;padding:0.8rem 1.5rem;background:#2ecc71;color:#111;border-radius:12px;text-decoration:none;font-weight:700;transition:0.2s}.btn:hover{background:#27ae60;transform:translateY(-2px)}</style>
</head><body>
<h1>404</h1>
<h2>Page Not Found</h2>
<p>The page you're looking for doesn't exist or has been moved.</p>
<a href="/" class="btn">Return Home</a>
</body></html>