58 lines
2.5 KiB
HTML
58 lines
2.5 KiB
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Zk | Oh yeah..</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 | Oh yeah..</h1>
|
||
|
</header>
|
||
|
<article class="content">
|
||
|
<p>PILE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!11seven</p>
|
||
|
<p>The anime thing was extremely cool. We watched some of the Yami No Matsuei, some Excel Saga, and all of FLCL, but that wasn't really the highlight. Since the pack was over, plus some, there was a huge pile. <lj user="breakfastfox"></lj>, Mr. Pilot, Wendy, and I, of course, piled, but Shannon and Kiran also joined in. Tyler just watched us and the TV. Anyhoo, Moondog (Wendy) brought over her brand new puppy, who was so cute as to cause me to go into spasms. Also in the spasm-inducing department was Moondog chewing on my neck.</p>
|
||
|
<p>We've decided that Moondog's the Alpha, and that it's a pack because she's a wolf. Also, we've decided to head up to Steamboat for a weekend or something and dance around the campfire and pile and howl and do other joyous things. I'm getting rather attached to this pack thingie. Makes me happie</p>
|
||
|
<span class="control">Expand all</span>
|
||
|
</article>
|
||
|
<footer>
|
||
|
<p>Page generated on 2004-02-09 19:48:52</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>
|