zk_html/diary/2008-02-17-06:21:17.html

32 lines
1.5 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Boof.</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 | Boof.</h1>
</header>
<article class="content">
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>Wrote another Django app today. It&rsquo;s neat how a program can go from conception to tested and working in about 24 hours. Maybe I&rsquo;m weird, but I like frameworks, in that they get out of your way. The part I dislike is just populating the database :oP</p>
<p>So, if anyone&rsquo;s interested in a log-keeper (as in, logs of chats or online RP sessions), I&rsquo;ll post it somewhere, though it&rsquo;s nothing special. It&rsquo;s kinda geared towards furries, or at least fantasy settings, what with the &lsquo;species&rsquo; attribute.</p>
</article>
<footer>
<p>Page generated on 2008-02-17 06:21:17</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>