76 lines
2.9 KiB
HTML
76 lines
2.9 KiB
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Zk | My first sermon.</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 | My first sermon.</h1>
|
||
|
</header>
|
||
|
<article class="content">
|
||
|
<p><strong>On the milking of Chaos.</strong>
|
||
|
Setting Orange, the 66th day of Bureaucracy in the YOLD 3168</p>
|
||
|
<p><em>Behold, among a field of chaos, the chao that stands out the most is the one
|
||
|
that is not there.</em>
|
||
|
Ovaltine 5:23</p>
|
||
|
<p>There is no limit to the milking of chaos among men. </p>
|
||
|
<p>Well, there is one, and that one is that no man can milk the mu-Chao. Only
|
||
|
Her Rather-holy Holiness Eris may milk such a chao, for the mu-Chao is the
|
||
|
chao of NO-THING.</p>
|
||
|
<p>Each man may milk - no, has to milk - at least one small chao in his life
|
||
|
time; there is no way for human beans to NOT do such a thing. Milking the
|
||
|
mu-Chao isn't possible because simply by their mere existence, men create
|
||
|
chaos among the world, and, as much as they strive against this fact, there's
|
||
|
not a thing they can do about it.</p>
|
||
|
<p>Eris just skips over the rule of existence gaily and goes about milking as she
|
||
|
pleases.</p>
|
||
|
<p>It is said that once, when a great Discordian was asked if he had seen the
|
||
|
mu-Chao, he thought for a second before replying: "Yes, but not with my own
|
||
|
eyes." The questioner remained unenlightened because he was stoned at the
|
||
|
time, but mostly because he was stupid.</p>
|
||
|
<p>To this day, I'm still not sure what I'm talking about. Thank you</p>
|
||
|
<span class="control">Expand all</span>
|
||
|
</article>
|
||
|
<footer>
|
||
|
<p>Page generated on 2002-10-12 15:28:00</p>
|
||
|
</footer>
|
||
|
</main>
|
||
|
<script type="text/javascript">
|
||
|
document.querySelectorAll('li').forEach(el => {
|
||
|
if (el.querySelectorAll('li').length !== 0) {
|
||
|
el.classList.add('has-nested', 'closed');
|
||
|
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||
|
}
|
||
|
});
|
||
|
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||
|
el.classList.remove('has-nested', 'closed');
|
||
|
});
|
||
|
document.querySelectorAll('li.has-nested').forEach(el => {
|
||
|
el.querySelector('.toggle').addEventListener('click', () => {
|
||
|
el.classList.toggle('closed');
|
||
|
});
|
||
|
});
|
||
|
let expanded = false;
|
||
|
document.querySelector('.control').addEventListener('click', (e) => {
|
||
|
expanded = !expanded;
|
||
|
if (expanded) {
|
||
|
e.target.innerText = 'Collapse all';
|
||
|
} else {
|
||
|
e.target.innerText = 'Expand all';
|
||
|
}
|
||
|
document.querySelectorAll('.has-nested').forEach((el) => {
|
||
|
if (expanded) {
|
||
|
el.classList.remove('closed');
|
||
|
} else {
|
||
|
el.classList.add('closed')
|
||
|
}
|
||
|
});
|
||
|
});
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|