zk_html/diary/2002-08-08-03:55:06.html

31 lines
1.3 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Quick note...</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 | Quick note...</h1>
</header>
<article class="content">
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>Got the LJ pages on my site working, so.. neat. On the side bar there&rsquo;s a LJ Events section with the subjects from the last 10 as links that lead to the individual entries, along with links to the events page with the last 10 in full and soon links to the calendar and whatever. Y&rsquo;know.. copying and such.</p>
</article>
<footer>
<p>Page generated on 2002-08-08 03:55:06</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>