zk_html/diary/2008-02-07-07:00:56.html

31 lines
1.3 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | [no subject]</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 | [no subject]</h1>
</header>
<article class="content">
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>Maybe this time I&rsquo;ll actually complete a <a href="http://djangoproject.com">Django</a> site. Of course, I&rsquo;ll be stuck testing it on my laptop until I figure out what to do about a server. I&rsquo;ve got a few options in mind. I&rsquo;m still amazed at how useless JavaScript can be when you try to do <em>everything</em> (almost) in it. Oh well</p>
</article>
<footer>
<p>Page generated on 2008-02-07 07:00: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>