33 lines
1.3 KiB
HTML
33 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Shan</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 | Shan</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Sorry I missed your call. Too busy getting hit by trucks.</p>
|
|
<p>Be nice to cyclists on the road. :3</p>
|
|
<p>EDIT: The story is, some guy in a pickup took a right turn, right into me. Everything’s okay, and the passers-by were freaking out more than I was. I guess I thought it was more funny than anything. My butt hurts, and I have road-rash on my elbow, but I’m okay, otherwise, little shook up</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2007-07-17 03:05:24</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>
|