zk_html/work/index.html

46 lines
1.7 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | index</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
<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>
<li><a href="ctm-407.html">How to create temporary and permanent redirects with nginx</a></li>
<li><a href="ctm-385.html">How to configure Nginx with SSL as a reverse proxy for Jenkins</a></li>
<li><a href="ctm-406.html">How to Access Elements in the DOM</a></li>
<li><a href="ctm-514.html">How to Use Struct Tags in Go</a></li>
</ul>
<h2 id="new">New</h2>
<ul>
<li>Landed <a href="gitea-2.html">Gitea 2</a></li>
<li><a href="gitea-3.html">Gitea 3</a></li>
<li><a href="gitea-4.html">Gitea 4</a></li>
<li><a href="gitea-5.html">Gitea 5</a></li>
<li><a href="gitea-6.html">Gitea 6</a></li>
</ul>
</article>
<footer>
<p>Page generated on 2023-05-10</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>