36 lines
1.7 KiB
HTML
36 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | MEEEP</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 | MEEEP</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>You see a slender and slightly shorter-than-average Border Collie. She looks more or less a typical member of her species - a pure
|
|
white stripe runs betwen her expressive eyes and frames her narrow muzzle, with jet-black fur covering the rest of her head and
|
|
back. Clearly defined lines between the contrasts wend uneven paths down her sides. Her slightly curled and overly fluffy tail
|
|
often waves gently from side to side. Her eyes, the only sign of her hybrid nature, are inherited from her ancestors; pale yellow
|
|
encircles her pupils, the hue almost luminescent when in sunlight. She wears a strange collection of clothes, consisting mostly
|
|
of fuzzy stuff with some jinglies thrown about her neck, wrists, and ankles</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-09-02 15:57:26</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>
|