-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
56 lines (52 loc) · 2.19 KB
/
Copy path404.html
File metadata and controls
56 lines (52 loc) · 2.19 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Found | CSSBuy Spreadsheet</title>
<meta name="description" content="The page you were looking for could not be found on the CSSBuy Spreadsheet resource.">
<link rel="canonical" href="https://repglide.github.io/cssbuy-spreadsheet/404.html">
<link rel="icon" type="image/png" href="./assets/images/favicon.png">
<link rel="stylesheet" href="./assets/css/styles.css">
<meta name="robots" content="noindex">
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<header class="site-header">
<div class="container header-inner">
<a href="./index.html" class="brand" aria-label="CSSBuy Spreadsheet Home">
<img src="./assets/images/logo.png" alt="CSSBuy logo" width="34" height="34">
<span class="brand-name">CSSBuy Spreadsheet<small>Independent Resource</small></span>
</a>
<nav class="main-nav" aria-label="Primary Navigation">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./decision-cascade-guide/">Decision Cascade</a></li>
<li><a href="./exact-option-guide/">Exact Options</a></li>
<li><a href="./conflict-log-guide/">Conflict Log</a></li>
<li><a href="./about/">About</a></li>
</ul>
</nav>
</div>
</header>
<main id="main-content">
<div class="article-paper">
<div class="notfound">
<p class="big">404</p>
<h1>This page does not resolve</h1>
<p>The page you were looking for does not exist here, or the link has moved. Head back to the home page to continue browsing the categories and guides.</p>
<p><a href="./index.html" class="btn btn-primary">Back to Home</a></p>
</div>
</div>
</main>
<footer class="site-footer">
<div class="container">
<div class="footer-bottom">
<span>© <span id="year">2026</span> CSSBuy Spreadsheet. Independent resource.</span>
<span>Conflicts stay visible — not silently overridden.</span>
</div>
</div>
</footer>
<script src="./assets/js/main.js"></script>
</body>
</html>