33 lines
1.5 KiB
HTML
33 lines
1.5 KiB
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<title>Zk | Amk</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 | Amk</h1>
|
||
</header>
|
||
<article class="content">
|
||
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
||
<p>Re-client.</p>
|
||
<p>Searching through all of my old entries for some writing I did a long time ago - also tried the Wayback Machine. Makes me wish I had given entries more descriptive titles. Oh well, now’s no time to start that.</p>
|
||
<p>Anyone happen to have a copy of either of the stories I wrote in high-school? One was about time-travel and called “All of Time at Once”, and one was for a latin essay competition about some kid crossing the river Styx with Charon. I’m fairly sure I have a version of the former snuck away on the server at my dad’s, but I dunno. Any help would be appreciated</p>
|
||
</article>
|
||
<footer>
|
||
<p>Page generated on 2006-11-21 07:02:53</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>
|