This commit is contained in:
Mateusz Gruszczyński
2026-08-30 23:00:29 +02:00
parent 6465ba1125
commit 4054fe3f76
32 changed files with 3722 additions and 3272 deletions
+32
View File
@@ -0,0 +1,32 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
<meta name="theme-color" content="#151515" id="themeColorMeta">
<meta name="robots" content="noindex,nofollow">
<link rel="icon" href="__GREE_BASE_PATH__/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="__GREE_STYLES_ASSET__">
<script src="__GREE_THEME_INIT_ASSET__"></script>
<title>Page not found · GREE Controller</title>
</head>
<body class="error-page">
<header class="topbar error-topbar">
<div class="brand">
<div class="brand-line"><strong>GREE Controller</strong></div>
</div>
</header>
<main class="error-main">
<section class="error-card" aria-labelledby="errorTitle">
<span class="eyebrow">Navigation error</span>
<div class="error-code" aria-hidden="true">404</div>
<h1 id="errorTitle">Page not found</h1>
<p class="lead">The address may be incorrect or the page may no longer exist.</p>
<div class="error-actions">
<a class="button-link primary" href="__GREE_HOME_PATH__">Back to dashboard</a>
</div>
</section>
</main>
</body>
</html>