32 lines
1.2 KiB
HTML
32 lines
1.2 KiB
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<title>Zk | 2010-06-10 13:28:16</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 | 2010-06-10 13:28:16</h1>
|
||
</header>
|
||
<article class="content">
|
||
<p><span class="tag">blog</span> <span class="tag">fossil</span> <span class="tag">diary</span></p>
|
||
<p>Not only did I give my dog a Twitter account, but I made him a website. Â Oy vey :D</p>
|
||
<p>You can follow Zephyr on Twitter as <a href="http://twitter.com/zephyr_sc">@zephyr_sc</a> or on his webpage, <a href="http://zephyr-sc.com">http://zephyr-sc.com</a>.</p>
|
||
</article>
|
||
<footer>
|
||
<p>Page generated on I'm.. such a dork</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>
|