-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
67 lines (66 loc) · 1.81 KB
/
blog.html
File metadata and controls
67 lines (66 loc) · 1.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width", initial-scale="1.0">
<title>COK</title>
<link rel="stylesheet" href="style.css">
<link rel ="icon" href="favicon.svg" type="image/svg">
</head>
<body>
<header>
<h1>COK</h1>
<p>(<strong>C</strong>hristian <strong>OK</strong>okhere)</p>
<nav>
<a href="/">Home</a>
<a href="blog.html">Blog</a>
<a href="photos.html">Photos</a>
<a href="random.html">Random</a>
</nav>
</header>
<main>
<ul class="blop-posts"></ul>
<li>
<span>
<i>
<time datetime="2025-10-13">JAN, 2026</time>
</i>
</span>
<a href="posts/and-do-what.html"> And do What?</a>
</li>
<li>
<span>
<i>
<time datetime="2025-10-13">DEC, 2025</time>
</i>
</span>
<a href="posts/sitting-in-the-pocket.html"> Sitting in the Pocket</a>
</li>
<li>
<span>
<i>
<time datetime="2025-10-13">NOV, 2025</time>
</i>
</span>
<a href="posts/on-investing-2025.html"> On Investing 2025</a>
</li>
<li>
<span>
<i>
<time datetime="2025-10-13">OCT, 2025</time>
</i>
</span>
<a href="https://research.contrary.com/company/anthropic"> Anthropic Memo</a>
</li>
<li>
<span>
<i>
<time datetime="2025-10-13">SEPT, 2025</time>
</i>
</span>
<a href="https://research.contrary.com/company/posthog"> PostHog Memo</a>
</li>
</main>
<script defer src="https://cdn.vercel-insights.com/v1/script.js"></script>
</body>
</html>