-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
44 lines (44 loc) · 1.71 KB
/
Copy path404.html
File metadata and controls
44 lines (44 loc) · 1.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<meta name="copyright" content="© 2026 OneWill-AI Society d/b/a OneWill" />
<link rel="icon" href="/rebrand/mascot/onewill-hamster-master-64.png" type="image/png" />
<link rel="stylesheet" href="/brand-pages.css" />
<link rel="stylesheet" href="/site-chrome.css" />
<title>OneWill</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KT4BRPL2KG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
window.dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-KT4BRPL2KG");
</script>
</head>
<body class="brand-page brand-fallback">
<header class="topbar" id="site-header">
<a class="brand" href="/" aria-label="OneWill home">
<img src="/rebrand/mascot/onewill-hamster-master-64.png" width="64" height="64" alt="" />
<span>OneWill</span>
</a>
<nav class="nav" aria-label="Primary navigation">
<a href="/">Home</a>
<a href="/#team">Team</a>
<a href="/blog/">Blog</a>
<span class="nav-actions">
<a class="nav-cta" href="https://demo.onewill.ai/">Demo</a>
<a class="nav-talk" href="/contact/">Talk to us</a>
</span>
</nav>
</header>
<main>
<img src="/rebrand/mascot/onewill-hamster-master-64.png" width="64" height="64" alt="" />
<p>Page not found. <a href="/">Go to OneWill</a>.</p>
<footer><small>© 2026 OneWill-AI Society d/b/a OneWill</small></footer>
</main>
</body>
</html>