zk_html/diary/2021-12-31.html

30 lines
941 B
HTML
Raw Normal View History

2021-12-31 21:15:11 +00:00
<!doctype html>
<html>
<head>
<title>Zk | Workshop - First sentences</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 | Workshop - First sentences</h1>
</header>
<article class="content">
<h1 id="workshop-first-sentences">Workshop &mdash; First Sentences</h1>
</article>
<footer>
<p>Page generated on 2021-12-31</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>