32 lines
1.3 KiB
HTML
32 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | I'm a bad man.</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 | I'm a bad man.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p><img src="http://makyo.drab-makyo.com/blasphemy.jpg"/></p>
|
|
<p>Got to shoot not only the Ruger I want, but also the Buck Mark I want, as well as Ryan’s old 9mm Kel-Tec and a bunch of neato rifles. A 10-22, a 30-30, a 22 thing, and a muzzle-loader. Besides bibles, we shot clay targets, 2-liter bottles of water, phone books, and an old camera lens I brought</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2008-06-09 03:23:33</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>
|