54 lines
2.4 KiB
HTML
54 lines
2.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Freak with a camera.</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 | Freak with a camera.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p><img alt="Korean Folk Village, Seoul, South Korea" src="http://makyo.drab-makyo.com/freakwithacamera.jpg"/>
|
|
<lj user="neccoloup"></lj>‘s fault:</p>
|
|
<p>What is the name of your fursona?
|
|
Makyo</p>
|
|
<p>Where did the name of your Fursona come from?
|
|
Makyo are illusions that distract from the path to enlightenment. How dull.</p>
|
|
<p>What species is your fursona and why did you choose that species?
|
|
Arctic fox - because they lick rocks. And because they’re quite fluffy.</p>
|
|
<p>What color is your fursona and why? Hair/fur/eyes/etc
|
|
…white? Blue in the summer months.</p>
|
|
<p>What is your fursona’s personality and how does this compare to your irl personality?
|
|
Maybe a little freer with words than I am in person.. pretty similar other than that.</p>
|
|
<p>What is one item your fursona owns that is significant to you irl?
|
|
The suit. I want it. I would wear it.</p>
|
|
<p>What is one thing you think you would say to your fursona if you could meet?
|
|
“Hey, buddy, spare a dollar?”</p>
|
|
<p>What is one thing your fursona would say to you if you could meet?
|
|
“GOBBLE GOBBLE GOBBLE GOBBLE GOBBLE.” <small>(bonus points of you get it)</small></p>
|
|
<p>How has your fursona changed over the years?
|
|
Well, for one, he’s only been around for a year or so. I guess he’s grown up some.</p>
|
|
<p>How long have you had this fursona?
|
|
I dunno.. about a year, I guess. In a more general sense, since about 2000.</p>
|
|
<p>Would you like to be more like your fursona?
|
|
If only I could be so dapper</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2007-11-14 05:29:37</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>
|