64 lines
2.6 KiB
HTML
64 lines
2.6 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | *Frenzy*</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 | *Frenzy*</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p>AhjeezthingshappenedandstuffandIdon'tknowhowtofeelandthingsareallrightaretheyormaybetheyaren'tthatgoodbutthey'reokayandIdon'tknowhowto</p>
|
|
<p><small>feel.</small></p>
|
|
<p>I took a sleeping pill. I should've taken two. I got three hours, laid in bed for another hour, and had to get up. Second night I can't sleep.</p>
|
|
<p>I'm glad for Michael. I think. <em>confused</em></p>
|
|
<details text="[Edit: Clarification]"><summary>[Edit: Clarification]</summary>The way things worked out seemed sort of.. anticlimatic. I'm glad for Michael in that his dad was so.. accepting? At least, not condemning. That's cool, I guess, but I'm still not sure how I feel about the situation, which is why I feel sort of blank. Emotions are cancelling each other out.
|
|
|
|
As for sleep, I'm hoping I'll naturally get tired again later on. I think I just had a cat-moment. You know, *frizz*zip!*stop!*poofle*nonchalant* I have another Nytol to take in case I don't, but Nytol leads to really unnatural sleep. Oh well.
|
|
|
|
</details
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-06-13 00:38:04</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>
|