-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
4 lines (4 loc) · 702 Bytes
/
Copy path404.html
File metadata and controls
4 lines (4 loc) · 702 Bytes
1
2
3
4
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1.0"><title>404 • TanziTech Blog</title>
<style>body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;background:#0f172a;color:#e2e8f0;margin:0;display:flex;align-items:center;justify-content:center;height:100vh;text-align:center;padding:20px}
a{color:#38bdf8} .card{background:#111827;border:1px solid #1f2937;border-radius:16px;padding:36px;max-width:640px;box-shadow:0 10px 30px rgba(0,0,0,.3)}</style></head>
<body><div class="card"><h1>404 — Not Found</h1><p>That page doesn't exist.</p><p><a href="/">← Back to Home</a></p></div></body></html>