32 lines
1.4 KiB
HTML
32 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | So...</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 | So...</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>…I’m a furry faggot, and compiled all of my character descriptions. It was really kind of humbling (read: embarrassing) and kinda neat to find out just <em>how much</em> of a furry I am, when I was thinking - and claiming - that I was more on the social end of things; you know, chatting more than roleplaying, visiting people more than playing on the internet.</p>
|
|
<p>And just how much <a href="http://makyo.drab-makyo.com/characters/">furry art</a> I have c.</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2007-07-13 03:42:19</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>
|