34 lines
1.6 KiB
HTML
34 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Oh no!</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 | Oh no!</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Merry..</p>
|
|
<p>I did it ;.;</p>
|
|
<p>For those of you interested, I made a community (and a strict set of rules), <lj comm="manifesto_proj">. It’s open to those who would like to either read, discuss, or write about individual religion/faith/belief systems/anything related. It’s intended to be safe and constructive, thus the rules, so if you’re worried, look over the rules and see if they’re up to spec. I don’t know if I have to send specific invites, or if you can request to join, so let me know if there’s problems.</p>
|
|
<p>Just puttin’ the word out there for those interested. :o)</lj</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2007-11-23 12:01:48</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>
|