31 lines
1.4 KiB
HTML
31 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | First-hand dookery.</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 | First-hand dookery.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Stopped by the petstore to look for claw covers for Sera. Unfortunately, they require that I clip her claws before I put them on (which is what I was hoping to avoid). Sooooo I went and looked at the ferrets. Playing ferrets is probably one of the cutest things I’ve ever seen. Three sables, one brown, and one albino, who was having a grand old time in his food dish. Effin’ adorable, dookin’ all over the place</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2007-06-30 19:29:29</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>
|