-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
24 lines (24 loc) · 1.18 KB
/
Copy path404.html
File metadata and controls
24 lines (24 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Route not found — virtualmase</title>
<meta name="robots" content="noindex,follow">
<meta name="theme-color" content="#f7f6f0">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="styles.css">
</head>
<body class="not-found-body">
<main class="not-found" aria-labelledby="not-found-title">
<a class="brand" href="/" aria-label="Return to virtualmase directory home">
<svg class="brand-mark" viewBox="0 0 44 44" aria-hidden="true"><path d="M6 9 22 34 38 9"/><path d="M22 34V5"/><circle cx="22" cy="34" r="2.4"/></svg>
<span><strong>virtualmase</strong><small>PUBLIC DIRECTORY</small></span>
</a>
<p class="eyebrow"><i></i> ROUTE UNAVAILABLE / 404</p>
<h1 id="not-found-title">This route is<br><em>not on the map.</em></h1>
<p>The address may be incorrect, retired, or not yet published. Return to the public directory to choose an active property route.</p>
<a class="button button-primary" href="/">Return to directory <span aria-hidden="true">←</span></a>
</main>
</body>
</html>