33 lines
1.4 KiB
HTML
33 lines
1.4 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>Figured out <a href="http://www.flickr.com/photos/ranna/">Flickr</a>, though it’s mostly a bunch of pictures of my cat. However, since I am the proud owner of a brand new dichro enlarger, there will be plenty up there soon!</p>
|
|
<p>If anyone else wants to use my darkroom, they’re welcome, I suppose. Should be able to do B&W and C-41 color. :D</p>
|
|
<p>Also, gave a slice to a very inarticulate homeless man. He kept saying ‘God bless, God bless.</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2006-12-08 02:47:38</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>
|