40 lines
1.4 KiB
HTML
40 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Herefox!</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 | Herefox!</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>OMIGOSH been ages. This was such a bad idea! :D
|
|
<details><summary>Read more…</summary>
|
|
<img src="http://media.drab-makyo.com/images/herefox.jpg"/>
|
|
Herefox. Dunno why I drew you in a top hat*. But.. crap. Looks so bad :D</p>
|
|
<p><img src="http://media.drab-makyo.com/images/herefox.icon.jpg"/>
|
|
Maybe it’s better smaller?</p>
|
|
<ul>
|
|
<li>Purchased from Magic Makyo’s Floating Hat Emporium, of course.</li>
|
|
</ul>
|
|
<p></details</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2008-12-12 01:54:54</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>
|