2020-04-25 06:35:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | First purchase< / 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 | First purchase< / h1 >
< / header >
< article class = "content" >
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
< div style = "float: right; margin-left: 10px; margin-bottom: 10px;" > < a href = "http://www.flickr.com/photos/ranna/2628882930/" title = "photo sharing" > < img alt = "" src = "http://farm4.static.flickr.com/3073/2628882930_5a8e22c3fe_m.jpg" style = "border: solid 2px #000000;" / > < / a > < br / > < span style = "font-size: 0.9em; margin-top: 0px;" > < a href = "http://www.flickr.com/photos/ranna/2628882930/" > First purchase< / a > < br / > Originally uploaded by < a href = "http://www.flickr.com/people/ranna/" > Drab Makyo< / a > < / span > < / div >
2020-06-24 07:10:07 +00:00
< p > An old beater Marlin Model 60 for plinking when < lj user = "mousit" > < / lj > comes to visit. First gun purchase, and also first pawn shop purchase. Got this for $55 :3 Should prove to be a suitably goofy autoloading .22 for plinking at the grasslands.< br clear=” all” /< / p >
2020-04-25 06:35:06 +00:00
< / article >
< footer >
< p > Page generated on 2008-07-01 18:21:50< / 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 >