-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
70 lines (67 loc) · 3.04 KB
/
404.html
File metadata and controls
70 lines (67 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 — Sohaib Benamor</title>
<meta name="description" content="Page not found.">
<link rel="canonical" href="https://616xold.github.io/404.html">
<link rel="icon" type="image/png" href="/assets/site/favicon.png">
<meta property="og:type" content="website">
<meta property="og:title" content="404 — Sohaib Benamor">
<meta property="og:description" content="Page not found.">
<meta property="og:url" content="https://616xold.github.io/404.html">
<meta property="og:image" content="https://616xold.github.io/assets/howlhouse/howlhouse-square-social.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="404 — Sohaib Benamor">
<meta name="twitter:description" content="Page not found.">
<meta name="twitter:image" content="https://616xold.github.io/assets/howlhouse/howlhouse-square-social.png">
<meta name="theme-color" content="#0b0710">
<link rel="stylesheet" href="/assets/css/site.css">
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<div class="site-shell">
<header class="site-header">
<div class="container header-inner">
<a class="brand" href="/">
<span class="brand-mark" aria-hidden="true"></span>
<span class="brand-text">
<strong>Sohaib Benamor</strong>
<span>AI engineer · builder · writer</span>
</span>
</a>
<nav class="site-nav" aria-label="Primary">
<a class="is-active" href="/" aria-current="page">Home</a><a href="/writing/">Writing</a><a href="/about/">About</a><a href="https://github.com/616xold/howlhouse" target="_blank" rel="noopener noreferrer">GitHub</a>
</nav>
</div>
</header>
<main id="main">
<section class="page-hero compact">
<div class="container narrow center">
<div class="eyebrow">404</div>
<h1>That page doesn’t exist.</h1>
<p class="lead">Try the homepage, the About page, or the HowlHouse build write-up.</p>
<div class="button-row center wrap">
<a class="button primary" href="/">Go home</a>
<a class="button secondary" href="/writing/howlhouse-codex/">Read the article</a>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container footer-inner">
<div>
<p class="footer-title">Sohaib Benamor</p>
<p class="footer-copy">London-based AI / machine learning engineer building LLM products, agent systems, and optimization-backed tools.</p>
</div>
<div class="footer-links">
<a href="https://github.com/616xold/howlhouse" target="_blank" rel="noopener noreferrer">GitHub</a>
<a href="https://x.com/667xoldd" target="_blank" rel="noopener noreferrer">X</a>
<a href="https://www.linkedin.com/in/sohaib-benamor-4a395b328/" target="_blank" rel="noopener noreferrer">LinkedIn</a>
</div>
</div>
</footer>
</div>
</body>
</html>