-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
89 lines (88 loc) · 4.36 KB
/
404.html
File metadata and controls
89 lines (88 loc) · 4.36 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<title>Page not found · SupplementScore</title>
<meta name="robots" content="noindex, follow">
<meta name="description" content="The page you were looking for doesn't exist. Head back to the SupplementScore homepage.">
<meta property="og:url" content="https://supplementscore.org/404.html">
<meta property="og:type" content="website">
<meta property="og:site_name" content="SupplementScore">
<meta property="og:title" content="Page not found · SupplementScore">
<meta property="og:description" content="The page you were looking for doesn't exist.">
<link rel="canonical" href="https://supplementscore.org/404.html">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='6' fill='%231F7A6B'/%3E%3Cpath d='M5 19C5 11 11 5 19 5C19 13 13 19 5 19Z' fill='%23F8F4ED'/%3E%3Cpath d='M5 19C9 15 13 11 19 5' stroke='%231F7A6B' stroke-width='1.4' stroke-linecap='round' fill='none'/%3E%3C/svg%3E">
<script>document.documentElement.setAttribute('data-theme','light');</script>
<style>html{color-scheme:light}</style>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mona+Sans:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/styles.css?v=20260527-bottomline">
<style>
/* Centered single-CTA 404. Replaces the cluttered 6-card + highest-rated
block (2026-05-27) per user feedback. Single source of recovery: back
to the homepage. */
html, body { background: var(--color-background-primary); color: var(--color-text-primary); }
body {
font-family: "Plus Jakarta Sans", system-ui, sans-serif;
margin: 0; min-height: 100vh;
display: flex; align-items: center; justify-content: center;
padding: 24px;
}
.nf-wrap {
max-width: 480px; width: 100%; text-align: center;
padding: 32px 24px;
}
.nf-leaf {
width: 56px; height: 56px; margin: 0 auto 24px;
display: inline-flex; align-items: center; justify-content: center;
background: rgba(31,122,107,.08); border-radius: 16px;
color: var(--color-brand);
}
.nf-leaf svg { width: 30px; height: 30px; }
.nf-eyebrow {
font-size: 11px; font-weight: 700; letter-spacing: .14em;
text-transform: uppercase; color: var(--color-text-tertiary);
margin: 0 0 10px;
}
.nf-wrap h1 {
font-family: "Mona Sans", "Plus Jakarta Sans", system-ui, sans-serif;
font-size: 2rem; font-weight: 800; letter-spacing: -.5px;
line-height: 1.2; margin: 0 0 14px;
}
.nf-lede {
font-size: 15.5px; line-height: 1.55;
color: var(--color-text-secondary); margin: 0 0 28px;
}
.nf-cta {
display: inline-flex; align-items: center; gap: 8px;
padding: 12px 22px; border-radius: 999px;
background: var(--color-brand); color: #fff;
font-size: 14.5px; font-weight: 600; text-decoration: none;
transition: background .15s, transform .12s;
}
.nf-cta:hover { background: #19655a; transform: translateY(-1px); }
.nf-cta svg { width: 16px; height: 16px; }
</style>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Page not found">
<meta name="twitter:description" content="The page you were looking for doesn">
</head>
<body>
<main class="nf-wrap">
<div class="nf-leaf" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
<path d="M5 19C5 11 11 5 19 5C19 13 13 19 5 19Z"/>
</svg>
</div>
<p class="nf-eyebrow">404 — Page not found</p>
<h1>That page doesn’t exist.</h1>
<p class="nf-lede">The link you followed may be out of date, or the page may have been renamed.</p>
<a class="nf-cta" href="/">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="19" y1="12" x2="5" y2="12"/><polyline points="12 19 5 12 12 5"/></svg>
<span>Back to homepage</span>
</a>
</main>
</body>
</html>