32 lines
1.8 KiB
HTML
32 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Rifles.</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 | Rifles.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>So, since I’m fairly decided on a pistol (gonna try a .45ACP gun soon to see if recoil will be a problem), I’ve started looking at rifles (bad idea, I know..) The more I look, the more interested in <a href="http://www.6mmbr.com/243Win.html">.243 Win/.243 AI</a> for an adequate mix of punch and accuracy, should I decide to either get into match shooting or hunting (which I may - I mean, hey, not only local food, but I did it myself :oP), though I’m not discounting the various .30 caliber rounds. The question on my mind is what to get, though. Part of me would really like a falling-block style single-shot, but another part thinks a bolt action would be perfectly adequate.</p>
|
|
<p>This is all rambling, of course. If I do get a centerfire rifle before 2009, it’ll be a surplus gun, unless I come across an incredible deal somewhere. I plan on waiting mostly to make more money :</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2008-07-01 21:36:12</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>
|