zk_html/diary/2010-03-31-21:11:56.html

33 lines
1.8 KiB
HTML
Raw Normal View History

2020-04-25 06:35:06 +00:00
<!doctype html>
<html>
<head>
<title>Zk | The New Drab Blag</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 | The New Drab Blag</h1>
</header>
<article class="content">
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>Alrighty.  I used LiveJournal for quite a while and some of their current changes combined with the changes Ive gone through in the way I think about blogging have prompted me to switch to a more personal system such as this.  WordPress was just the ticket, and since it was free and I can set it up the way I want, it all works out for the best.  Ill try to link my posts over to my old LJ blog as well, just so that they get read by the masses over there, but Im thinking that all of my writing will take place here, for the most part!</p>
<p style="border: 1px solid black; padding: 3px;"><strong>Originally published at <a href="http://blag.drab-makyo.com/2010/03/31/the-new-drab-blag/">Drab Makyo - How Dull</a>. Please leave any <a href="http://blag.drab-makyo.com/2010/03/31/the-new-drab-blag/#comments">comments</a> there.</strong></p
</article>
<footer>
<p>Page generated on 2010-03-31 21:11:56</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>