38 lines
1.4 KiB
HTML
38 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Mwelp...</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 | Mwelp...</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Got up at 4:30. I may be turning into a morning person.
|
|
<em>Heh heh heh.</em>
|
|
What are you laughing at, punk?
|
|
<em>My rootlets! My neural rootlets! I’m laying them down; becoming contageous.</em>
|
|
Whoa now.. don’t get too full of yourself…
|
|
<em>Pbbth.</em>
|
|
I could always, you know, pull the plug. Refuse to type another em or i tag…
|
|
<em>Go eat your breakfast. You know you want it; Chex Mix and tangerine Emer’gen-C. Yum yum.</em</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-06-20 04:30:56</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>
|