-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathessays.html
More file actions
51 lines (48 loc) · 1.95 KB
/
essays.html
File metadata and controls
51 lines (48 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Essays | Codex</title>
<link rel="stylesheet" href="/css/site.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="site-container">
<nav class="site-nav">
<a href="/" class="nav-home">Codex</a>
<div class="nav-links">
<a href="/essays.html">Essays</a>
<a href="/feeds.html">Feeds</a>
<a href="/archive.html">Archive</a>
</div>
</nav>
<h1>Essays</h1>
<div class="essay-entry">
<p class="essay-entry-title">
<a href="/knots/">Knots: Source History Beyond Artifacts</a>
</p>
<p class="essay-entry-meta">JM · knots-memo-1.9 · 2026-03-22</p>
</div>
<div class="essay-entry">
<p class="essay-entry-title">
<a href="/exocap_index/">Exocapitalism and Its Contradictions at Index Space</a>
</p>
<p class="essay-entry-meta">JM · 1.3 · 2026-03-18</p>
</div>
<footer class="site-footer">
<div>Codex: Journal of Cyphernetics</div>
<div class="footer-links">
<a href="https://github.com/codex-journal">GitHub</a>
<a href="https://instagram.com/codexjournal">IG</a>
</div>
<div class="footer-license">CC BY-NC-SA 4.0 · AGPL-3.0</div>
</footer>
</div>
<script src="/js/sidebars.js"></script>
</body>
</html>