59 lines
3.9 KiB
HTML
59 lines
3.9 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">
|
|
<div style="padding:5px; width: 500px; border: thin solid black"><img src="http://cthulhu.alfedenzia.com/images/Cthulhu-colour.gif" style="float:left;"/><h2>Oh Great Cthulhu!</h2><p>I have been an extremely busy devotee this year.</p><p>When the stars were right, I wore an Elder Sign <span style="font-size: small; color: #888888; font-style: italic">(-10 points)</span>. In July, I legally changed my name to Randolph Carter <span style="font-size: small; color: #888888; font-style: italic">(-40 points)</span>. In August, I fed <a href="http://livejournal.com/userinfo.bml?user=breakfastfox"><img alt="[info]" border="0" src="http://stat.livejournal.com/img/userinfo.gif"/></a><a href="http://livejournal.com/~breakfastfox">breakfastfox</a> to a Shoggoth <span style="font-size: small; color: #888888; font-style: italic">(250 points)</span>. In June, I stopped <a href="http://livejournal.com/userinfo.bml?user=terberlo"><img alt="[info]" border="0" src="http://stat.livejournal.com/img/userinfo.gif"/></a><a href="http://livejournal.com/~terberlo">terberlo</a> from defiling Lovecraft's grave <span style="font-size: small; color: #888888; font-style: italic">(-20 points)</span>. In May, I rammed a ship into you (sorry Cthulhu!) <span style="font-size: small; color: #888888; font-style: italic">(-1000 points)</span>. In March, I made a burnt offering to the Dead Dreamer <span style="font-size: small; color: #888888; font-style: italic">(100 points)</span>. </p><p>In short, I have been very bad <span style="font-size: small; color: #888888; font-style: italic">(-720 points)</span> and deserve to have my body used as a host for one of your servitors.</p><br/> Your humble and obedient servant, <br/><span style="margin-left: 0.5in">gv_ranna</span></div>
|
|
|
|
<p><br/><br/>Submit your own plea to Cthulhu! <form action="http://cthulhu.alfedenzia.com/cgi-bin/dearcthulhu" method="GET"><input name="uname" type="text" value=""/><br/> Name some friends or leave them blank and let me look them up myself: <input name="friend" type="text"/> <input name="friend" type="text"/> <input name="friend" type="text"/> <input type="submit" value="Submit to the will of Cthulhu"/></form></p>
|
|
<p>In other news, I didn't do so well on my keyboard and sight-singing finals - too focused on my jury tonight x.</p>
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2005-12-13 17:40:40</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>
|