-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
66 lines (63 loc) · 2.94 KB
/
404.html
File metadata and controls
66 lines (63 loc) · 2.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Found — HeyTensor</title>
<meta name="robots" content="noindex">
<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=IBM+Plex+Sans:wght@400;500;600&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/style.css">
</head>
<body>
<header>
<div class="container header-inner">
<a href="/" class="logo">Hey<span>Tensor</span></a>
<nav>
<a href="/">Calculator</a>
<a href="/about.html">About</a>
<a href="/blog/">Blog</a>
</nav>
</div>
</header>
<main style="text-align:center;padding:4rem 1rem;">
<h1>404 — Page Not Found</h1>
<p>The page you are looking for does not exist or has been moved.</p>
<p><a href="/">Go to HeyTensor Homepage</a></p>
<p><a href="https://zovo.one/tools">Browse All Zovo Tools</a></p>
</main>
<footer class="site-footer">
<div class="footer-inner">
<div class="footer-brand">Zovo Tools</div>
<div class="footer-tagline">Free developer tools by a solo dev. No tracking.</div>
<a href="https://zovo.one/pricing?utm_source=heytensor.com&utm_medium=satellite&utm_campaign=footer-link" class="footer-cta">Zovo Lifetime — $99 once, free forever →</a>
<div class="footer-copy">© 2026 <a href="https://zovo.one">Zovo</a> · 47/500 founding spots</div>
</div>
</footer>
<nav class="zovo-network" aria-label="Zovo Tools Network">
<div class="zovo-network-inner">
<h3 class="zovo-network-title">Explore More Tools</h3>
<div class="zovo-network-links">
<a href="https://abwex.com">ABWex — A/B Testing</a>
<a href="https://claudflow.com">ClaudFlow — Workflows</a>
<a href="https://claudhq.com">ClaudHQ — Prompts</a>
<a href="https://claudkit.com">ClaudKit — API</a>
<a href="https://enhio.com">Enhio — Text Tools</a>
<a href="https://epochpilot.com">EpochPilot — Timestamps</a>
<a href="https://gen8x.com">Gen8X — Color Tools</a>
<a href="https://gpt0x.com">GPT0X — AI Models</a>
<a href="https://invokebot.com">InvokeBot — Webhooks</a>
<a href="https://kappafy.com">Kappafy — JSON</a>
<a href="https://kappakit.com">KappaKit — Dev Toolkit</a>
<a href="https://kickllm.com">KickLLM — LLM Costs</a>
<a href="https://krzen.com">Krzen — Image Tools</a>
<a href="https://lochbot.com">LochBot — Security</a>
<a href="https://lockml.com">LockML — ML Compare</a>
<a href="https://ml3x.com">ML3X — Matrix Math</a>
</div>
</div>
</nav>
</body>
</html>