-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchive.html
More file actions
59 lines (53 loc) · 2.38 KB
/
archive.html
File metadata and controls
59 lines (53 loc) · 2.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Archive | 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>Archive</h1>
<div class="essay-entry">
<p class="essay-entry-title">
<a href="https://drive.google.com/file/d/1oJ_P0u8HilloPNk2SQTdrPs6ZcHLE62v/view?usp=share_link" target="_blank">decadence, extinction, whites: allegory</a>
</p>
<p class="essay-entry-meta">John Michael · Allegories of Crisis, Crises of Allegory</p>
</div>
<div class="essay-entry">
<p class="essay-entry-title">
<a href="https://docs.google.com/document/d/e/2PACX-1vTmNiCaQ5J0M0ZA2IOgiK6p0xVGyY835ZfVo9Ay1YgZguZdLJdowvzFqubw3HsK5SgR9qINE7l7jWcx/pub" target="_blank">Autologist Fragments</a>
</p>
<p class="essay-entry-meta">John Michael</p>
</div>
<div class="essay-entry">
<p class="essay-entry-title">
<a href="https://drive.google.com/file/d/1YbwozNSYyvIpvg2Jelu5kJVhM3MaBJ9J/view" target="_blank">An Amendment to the Benjaminian Art of Reproduction</a>
</p>
<p class="essay-entry-meta">L.C.O.H. Kolstad · it. 2</p>
</div>
<footer class="site-footer">
<p>Codex: Journal of Cyphernetics</p>
<p class="footer-license">CC BY-NC-SA 4.0 · AGPL-3.0</p>
</footer>
<div class="bottom-art" aria-hidden="true">
<img src="/resources/cypherdude.jpeg" alt="" class="bottom-art-img">
</div>
</div>
<script src="/js/sidebars.js"></script>
</body>
</html>