34 lines
1.6 KiB
HTML
34 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | NaNoWriMo</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 | NaNoWriMo</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p><img src="http://www.nanowrimo.org/NanowrimoUtils/LiveSupporter/116254.png"/></p>
|
|
<p>Bang, baby. 11:50 PM, I saved and reached 50,070 words! Now, my laptop’s battery is about to die, so I gotta head home and recharge. I’ll finish the chapter and post then.</p>
|
|
<p>EDIT: As I was walking home, there were two layers of clouds, moving rapidly in opposite directions. I can only hypothesize that this is due to how awesome I feel. :o) Just got home, will finish chapter now.</p>
|
|
<p>EDITEDIT: Finally! 50,694. I know it’s all rambly. Side effect of trying to cram 7,000-some-odd words into such a short time. Where we left off: http://drab-makyo.com/node/6</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2008-11-14 06:53:00</p>
|
|
</footer>
|
|
</main>
|
|
<script type="text/javascript">
|
|
document.querySelectorAll('.tag').forEach(tag => {
|
|
let text = tag.innerText;
|
|
tag.innerText = '';
|
|
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|