60 lines
2.8 KiB
HTML
60 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en" data-theme="light">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<script src="/js/analytics.js"></script>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<title>Page Not Found | Zettai Systems</title>
|
||
<meta name="description" content="The page you requested could not be found. Return to the Zettai Systems homepage to continue." />
|
||
<meta name="robots" content="noindex" />
|
||
<link rel="canonical" href="https://zettaisystems.com/404" />
|
||
<meta property="og:type" content="website" />
|
||
<meta property="og:title" content="Page Not Found | Zettai Systems" />
|
||
<meta property="og:description" content="The page you requested could not be found. Return to the Zettai Systems homepage to continue." />
|
||
<meta property="og:url" content="https://zettaisystems.com/404" />
|
||
<meta property="og:image" content="https://zettaisystems.com/assets/logos/icon-square.png" />
|
||
<meta name="theme-color" content="#005498" />
|
||
<link rel="icon" href="/assets/logos/favicon.png" type="image/png" />
|
||
<link rel="apple-touch-icon" href="/assets/logos/icon-square.png" />
|
||
<link rel="stylesheet" href="/css/bootstrap.min.css" />
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" />
|
||
<link rel="stylesheet" href="/css/aos.css" />
|
||
<link rel="stylesheet" href="/css/style.css" />
|
||
<script>
|
||
(function () {
|
||
try {
|
||
var t = localStorage.getItem("zs-theme");
|
||
if (!t) t = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
|
||
document.documentElement.setAttribute("data-theme", t);
|
||
var icon = document.querySelector('link[rel="icon"]');
|
||
if (icon) icon.href = "/assets/logos/" + (t === "dark" ? "favicon-dark.png" : "favicon.png");
|
||
} catch (e) {}
|
||
})();
|
||
</script>
|
||
</head>
|
||
<body data-page="404">
|
||
<div id="site-header"></div>
|
||
|
||
<main id="main">
|
||
<section class="error-page">
|
||
<div class="container-zs" data-aos="fade-up">
|
||
<div class="error-code" aria-hidden="true">404</div>
|
||
<h1 class="section-title mt-3">Page Not Found</h1>
|
||
<p class="section-lead mx-auto">The page you’re looking for doesn’t exist or may have moved. Let’s get you back on track.</p>
|
||
<div class="d-flex flex-wrap gap-2 justify-content-center mt-4">
|
||
<a class="btn-zs btn-zs-primary" href="/">Back to Home <span class="arrow">→</span></a>
|
||
<a class="btn-zs btn-zs-outline" href="contact">Contact Us <span class="arrow">→</span></a>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
|
||
<div id="site-footer"></div>
|
||
|
||
<script>window.SITE_ROOT = "";</script>
|
||
<script src="/js/bootstrap.bundle.min.js"></script>
|
||
<script src="/js/aos.js"></script>
|
||
<script src="/js/main.js"></script>
|
||
</body>
|
||
</html>
|