31 lines
1.3 KiB
HTML
31 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Shooting yesterday.</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 | Shooting yesterday.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Put about 8 slug rounds through the shotgun, as well as about 15 rounds of shot. Also got to shoot James’ shotgun, his .30-30 with a new scope (which was pulling his cast bullets, whoops), and a Romanian surplus .22 practice rifle. And his new 9mm Taurus PT99, which was suitably amazing, especially for $250. Think I’m gonna get a Kimber sooooon :</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2008-06-27 22:45:46</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>
|