v0.8.15
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user