2020-04-25 06:35:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Gun Wish List< / 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 | Gun Wish List< / 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 > In no particular order… < / p >
2020-04-25 06:35:06 +00:00
< p > • Ruger Mk. II
• < strong > Kimber (+ .22 LR conversion kit)< / strong >
• Fiddly pistol (Makarov, H& K USP, Taurus 99?)
• < strong > Hunting/Target rifle (with scope; .223 rem, .243 rem, .308 win, .30-30, .30-06? Remington Model 700?)< / strong >
• Surplus Rifle (AK, Mauser, Mosin-Nagant?)
• Plinking rifle (with scope? Marlin Model 60, Ruger 10/22, .17 HMR?)< / p >
< p > Boldface = new :3< / p >
2020-06-24 07:10:07 +00:00
< p > In other news, I filled a graph with herbs/flavors based on the temperature/humidity/color index I use for constructing dishes. I’ ll figure out some way to post it< / p >
2020-04-25 06:35:06 +00:00
< / article >
< footer >
< p > Page generated on 2008-06-24 06:37:31< / 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 >