2020-04-25 06:35:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Bang bang.< / 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 | Bang bang.< / h1 >
< / header >
< article class = "content" >
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
2020-06-24 07:10:07 +00:00
< p > Still looking at pistols because, hey, I’ m still a dork :D< / p >
2020-04-25 06:35:06 +00:00
< p > More knowledgeable folk should let me know what they think (likely 9mm where available):< / p >
< p > http://www.magnumresearch.com/Baby_Eagle.asp< / p >
< p > http://www.hecklerkoch-usa.com/usp_general.html< / p >
< p > http://www.hecklerkoch-usa.com/mark23_general.html< / p >
2020-06-24 07:10:07 +00:00
< p > Not going to buy anything for a while yet, since this is likely just another phase, but it’ s neat to research. Just peeking at something a little stronger than the .22-lr guns< / p >
2020-04-25 06:35:06 +00:00
< / article >
< footer >
< p > Page generated on 2008-06-06 20:10:47< / p >
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< 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 >
2020-04-25 06:35:06 +00:00
< / body >
< / html >