37 lines
1.5 KiB
HTML
37 lines
1.5 KiB
HTML
<!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">
|
||
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
||
<p>Hi Matt,
|
||
|
||
I took Hank in to see the vet this week about the weight loss and got the results today of the tests. It turns out he has a very aggressive form of cancer and the vet thinks he just has 3-6 weeks left. Fortunately he is not in pain and I have a chance now to make sure he gets some special food and extra walks for his last days. He has been such a great friend and head of home security for so many years. I can’t help crying when I think of not having him around. He loves seeing you so much, I hope you can come by again so you can say goodbye.
|
||
|
||
Love,
|
||
|
||
Mo</p>
|
||
</article>
|
||
<footer>
|
||
<p>Page generated on 2009-08-08 06:58:11</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>
|