33 lines
1.7 KiB
HTML
33 lines
1.7 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>28,406 words - 56.81% I’ve now surpassed my previous effort :D</p>
|
|
<p>I’m getting into the swing of the second theme, two chapters into it now. I’m curious, for those who are reading as I write, do you want me to tell you what the themes represent before I get too deep into the second one, or do you want to guess for yourselves? I had planned on the latter and asking when I got halfway done with the book just to see if I was pulling things off, but I figured I’d see if y’all want to know up front :o)</p>
|
|
<p>Anyway, I left off halfway through chapter sixteen which I finished earlier today, so here’s the link to that: http://drab-makyo.com/node/45 I promise I’m not writing a porno, but there’s more sex c.c It’s part of the plot, I promise</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2008-11-07 06:19:32</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>
|