32 lines
1.7 KiB
HTML
32 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | [no subject]</title>
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<h1>Zk | [no subject]</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>I have ten days to write a paper for my 20th Century Fiction class. As I’m sure I’ve bitched to some before, this class is much worse the second time around: my teacher started out by treating us all like preschoolers (lower level class ftw), but now he’s settled into a comfortable mix of condescension and reading from the book nervously. His ideas are rote, and there is NO room for taking any non-textbook ideas into account. I’ve given up trying to be intelligent to get my participation points, and instead just define everyday words that he asks about.</p>
|
|
<p>So for the paper, I figured I’d get all snarky. I’m thinking:<p align="center">On the Dichotomy between Chaos and Order: a Discordian Look at Yevgeny Zamyatin’s <em>We</em></p</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2007-09-18 16:26:05</p>
|
|
</footer>
|
|
</main>
|
|
<script type="text/javascript">
|
|
document.querySelectorAll('.tag').forEach(tag => {
|
|
let text = tag.innerText;
|
|
tag.innerText = '';
|
|
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|