-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
34 lines (34 loc) · 3.04 KB
/
404.html
File metadata and controls
34 lines (34 loc) · 3.04 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
27
28
29
30
31
32
33
34
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Page not found - A11Y Cat Extension technical guide</title>
<meta name="description" content="A11Y Cat Extension documentation page not found.">
<link rel="canonical" href="https://carlashub.github.io/a11y-cat-extension/404.html">
<link rel="icon" type="image/png" media="(prefers-color-scheme: dark)" href="assets/img/favicon-dark-32.png">
<link rel="icon" href="assets/img/favicon-dark-32.png">
<link rel="stylesheet" href="assets/docs-site.css">
</head>
<body>
<a class="skip-link" href="#main">Skip to main content</a>
<header class="site-header">
<a class="brand" href="index.html" aria-label="A11Y Cat Extension documentation home"><img src="assets/img/cat-outline-white.png" alt="" width="40" height="40"> <span>A11Y Cat Extension</span></a>
<nav class="top-nav" aria-label="Primary documentation navigation"><ul><li><a href="index.html">Overview</a></li><li><a href="docs/installation.html">Install</a></li><li><a href="docs/understanding-results.html">Results</a></li><li><a href="docs/ui-feature-guide.html">Feature guide</a></li><li><a href="docs/privacy-local-data.html">Privacy</a></li><li><a href="docs/limitations.html">Limitations</a></li><li><a href="docs/support.html">Support</a></li><li><a href="https://github.com/CarlasHub/a11y-cat-extension" target="_blank" rel="noopener noreferrer" aria-label="GitHub repository (opens in a new tab)">GitHub</a></li></ul></nav>
</header>
<main id="main" class="landing-shell" tabindex="-1">
<section class="not-found-panel" aria-labelledby="not-found-title">
<p class="eyebrow">Documentation</p>
<h1 id="not-found-title">Page not found</h1>
<p class="lead">The requested documentation page is not available in this build. Use one of the recovery links below.</p>
<div class="hero-actions">
<a class="button primary" href="index.html">Documentation home</a>
<a class="button secondary" href="docs/how-it-works.html">How it works</a>
<a class="button secondary" href="docs/limitations.html">Known limitations</a>
<a class="button secondary" href="docs/privacy-local-data.html">Privacy and local data</a>
</div>
</section>
</main>
<footer class="site-footer"><p>A11Y Cat Extension is documented as a local-first internal Chrome accessibility inspection extension. Automated and guided review outputs support human review; they do not prove WCAG conformance.</p><p><a href="docs/privacy-local-data.html">Privacy and local data</a> <span aria-hidden="true">|</span> <a href="docs/limitations.html">Known limitations</a> <span aria-hidden="true">|</span> <a href="docs/support.html">Support</a> <span aria-hidden="true">|</span> <a href="https://github.com/CarlasHub/a11y-cat-extension">GitHub repository</a></p><p class="footer-credit">Made with ☕ by <a href="https://www.linkedin.com/in/carla-goncalves-9a01a5164/" target="_blank" rel="noopener noreferrer">Carla Goncalves</a>.</p></footer>
</body>
</html>