2020-04-25 06:10:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | [no subject]< / 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 | [no subject]< / h1 >
< / header >
< article class = "content" >
2020-04-25 06:30:08 +00:00
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
< p > What: Fort Fur Friday!
2020-04-25 06:10:06 +00:00
When: Friday, March 18, anytime after 5 pm
2020-06-24 07:10:07 +00:00
Where: Muke and Arik and Steph’ s place < / p >
2020-04-25 06:10:06 +00:00
< p > 1225 W Prospect Rd
Bldg F Apt 206
Fort Collins, CO 80526 < / p >
2020-06-24 07:10:07 +00:00
< p > Our aptplex is the first one just west of Prospect and Shields, just past the drivers license place. Turn south (from that intersection, it’ d be on the left) into it. Go straight, the road will bend a couple times (right then left) then you’ ll turn right and Building F is the one immediately on the left. #206 is in the back corner.
2020-04-25 06:10:06 +00:00
If you get lost you can call us: (719) 7 61 46 04< / p >
2020-06-24 07:10:07 +00:00
< p > Come hang out with da furs, do arty things, play videogames and watch … stuff< / p >
2020-04-25 06:10:06 +00:00
< / article >
< footer >
< p > Page generated on 2005-03-21 03:38:46< / 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:10:06 +00:00
< / body >
< / html >