120 lines
4.1 KiB
HTML
120 lines
4.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Spiralling Shape</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 | Spiralling Shape</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p>Not sure why these seem pertinent.
|
|
<details><summary>Read more...</summary>
|
|
Down, down, down you go
|
|
No way to stop
|
|
As you fall, hear me call
|
|
No, no, no
|
|
Listen to this warning and
|
|
Consider these
|
|
Simple words of advice
|
|
Stop, stop, stop</p>
|
|
<p>Fogging the view, cupping face to the window
|
|
In darkness you make out a spiralling shape
|
|
Putting all reason aside you exchange
|
|
What you got for a thing that's hypnotic and strange</p>
|
|
<p>The spiralling shape will make you go insane
|
|
(Everyone wants to see that groovy thing)
|
|
But everyone wants to see that groovy thing
|
|
(Everyone wants to see that thing)</p>
|
|
<p>And nobody knows what it's really like
|
|
But everyone says it's great
|
|
And they heard it from the spiral in their eyes</p>
|
|
<p>This could lead to excellence
|
|
Or serious injury
|
|
Only one way to know
|
|
Go, go, go
|
|
Go ahead, wreck your life
|
|
That might be good
|
|
Who can say what's wrong or right?
|
|
Nobody can</p>
|
|
<p>Put out your hands and you fall through the window
|
|
And clawing at nothing you drop through the void
|
|
Your terrified screams are inaudible drowned
|
|
In the spiral ahead and consumed in the shape</p>
|
|
<p>The spiralling shape will make you go insane
|
|
(Everyone wants to see that groovy thing)
|
|
But everyone wants to see that groovy thing
|
|
(Everyone wants to see that thing)</p>
|
|
<p>And now that you've tried it, you're back to report
|
|
That the spiralling shape was a fraud and a fake
|
|
You didn't enjoy it, you never believed it
|
|
There won't be a refund, you'll never go back</p>
|
|
<p>The spiralling shape will make you go insane
|
|
(Everyone wants to see that groovy thing)
|
|
But everyone wants to see that groovy thing
|
|
(Everyone wants to see that thing)</p>
|
|
<p>And nobody knows what it's really like
|
|
But everyone says it's great
|
|
And they heard it from the spiral in their eyes
|
|
(Spiral in their eyes)</p>
|
|
<p>Fogging the view, cupping face to the window
|
|
In darkness you make out a spiralling shape
|
|
Putting all reason aside you exchange
|
|
What you got for a thing that's hypnotic and strange</p>
|
|
<p>The spiralling shape will make you go insane
|
|
(Everyone wants to see that groovy thing)
|
|
But everyone wants to see that groovy thing
|
|
(Everyone wants to see that thing)</p>
|
|
<p>Don't spend the rest of your life wondering
|
|
(Everyone wants to see that thing)</p>
|
|
<p>Don't spend the rest of your life wondering
|
|
(Everyone wants to see that groovy thing)
|
|
Don't spend the rest of your life wondering
|
|
(Everyone wants to see that thing)</p>
|
|
<p>And <a href="http://www.stormloader.com/carver/gutrazda/bagmebloma.html">Bagme Bloma</a></p>
|
|
<p></details</p>
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-02-16 14:52: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>
|