69 lines
2.4 KiB
HTML
69 lines
2.4 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><a href="http://twu.net/~ranna/11-15/">Enskribo!</a> - Photo 17 = Band: Bucktooth Jellyfish.</p>
|
||
<p>I am afailable from one until 5ve, if need be. Does need be?</p>
|
||
<p>Please u answer k??</p>
|
||
<p>I am not speak english ok. AHHH MOTHERLAAAND</p>
|
||
<p>Dear Sir or Madam,
|
||
I are insulted by your allegation that our music library is a "closet". Please remove thyself from my e-presence. I am entitled to my e-dignity and i-ntegrity. PLEASE BE STOP NOW</p>
|
||
<p>Cease and deceased. <em>Watches body hit the floor</em></p>
|
||
<p>I am emo, I hide my tears with my righteous locks of fire. (o_\)</p>
|
||
<p>How do you transliterate a rolled-g into IPA? [R:]?</p>
|
||
<p>That means, when my cat went into heat, she said:</p>
|
||
<p>[bRː↗]</p>
|
||
<p>Repeatedly</p>
|
||
<p>Weirdo - weirdoj - weirdon - weirdojn</p>
|
||
<p>economical : econominal :: ecumenical : ecumaniaca</p>
|
||
<span class="control">Expand all</span>
|
||
</article>
|
||
<footer>
|
||
<p>Page generated on 2006-11-16 06:23:31</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>
|