-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
26 lines (26 loc) · 1.54 KB
/
Copy path404.html
File metadata and controls
26 lines (26 loc) · 1.54 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
25
26
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<meta name="theme-color" content="#050607">
<title>Route not found · TestForge</title>
<link rel="stylesheet" href="/TestForge/style.css">
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<nav aria-label="Primary"><a class="brand" href="/TestForge/"><span class="brand-mark" aria-hidden="true">TF</span><span>TestForge</span></a><div class="nav-links"><a href="/TestForge/#start">Start</a><a href="/TestForge/#install">Install</a><a href="/TestForge/#troubleshooting">Recover</a><a href="https://github.com/Stunspot/TestForge">GitHub</a></div></nav>
</header>
<main id="main" class="not-found">
<section class="section">
<p class="eyebrow">404 · route not found</p>
<h1>The evidence trail stops here.</h1>
<p class="lede">This address is not part of the current TestForge site. Recover through a maintained customer route instead of trusting a stale or repository-relative link.</p>
<div class="actions"><a class="button primary" href="/TestForge/">Documentation home</a><a class="button secondary" href="/TestForge/#troubleshooting">Troubleshooting</a><a class="button secondary" href="https://github.com/Stunspot/TestForge/releases/latest">Current release</a></div>
</section>
</main>
<footer><p><strong>TestForge</strong> · Software verification that argues back.</p></footer>
</body>
</html>