mirid / 404.html
boneylizardwizard's picture
Publish Mirid 1.0.4 landing page
c8bcf2e verified
Raw
History Blame Contribute Delete
1.38 kB
<!doctype html>
<html lang="en-AU">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Page not found — Mirid</title>
<meta name="robots" content="noindex">
<meta name="theme-color" content="#090b0a">
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<nav class="nav shell" aria-label="Main navigation">
<a class="brand" href="/" aria-label="Mirid home"><img src="/assets/mirid-mark.svg" alt="" width="34" height="34"><span>Mirid</span></a>
<div class="nav-links"><a href="/docs/index.html">Docs</a><a class="button compact" href="/download/index.html">Download for Windows</a></div>
</nav>
</header>
<main id="main">
<section class="page-hero">
<div class="shell">
<p class="eyebrow">404</p>
<h1>This page isn’t here.</h1>
<p>The address may have changed, or the link may have travelled further than the page did.</p>
<div class="hero-actions"><a class="button" href="/">Return to Mirid</a><a class="button secondary" href="/docs/index.html">Read the docs</a></div>
</div>
</section>
</main>
</body>
</html>