zk_html/work/index.html

34 lines
987 B
HTML

<!doctype html>
<html>
<head>
<title>Zk | index</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 | index</h1>
</header>
<article class="content">
<h2 id="maintenance">Maintenance</h2>
<ul>
<li><a href="ctm-399.html">How to use Node.js modules with npm and package.json</a></li>
</ul>
<h2 id="new">New</h2>
</article>
<footer>
<p>Page generated on 2022-06-08</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>