zk_html/work/index.html

46 lines
1.7 KiB
HTML
Raw Normal View History

2022-06-08 16:45:31 +00:00
<!doctype html>
<html>
<head>
<title>Zk | index</title>
2023-05-11 05:35:08 +00:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
2022-06-08 16:45:31 +00:00
<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>
2022-06-13 19:40:17 +00:00
<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>
2022-06-22 07:53:53 +00:00
<li><a href="ctm-406.html">How to Access Elements in the DOM</a></li>
2022-06-29 00:38:00 +00:00
<li><a href="ctm-514.html">How to Use Struct Tags in Go</a></li>
2022-06-08 16:45:31 +00:00
</ul>
<h2 id="new">New</h2>
2022-06-29 00:38:00 +00:00
<ul>
2022-07-20 06:45:29 +00:00
<li>Landed <a href="gitea-2.html">Gitea 2</a></li>
2022-06-29 00:38:00 +00:00
<li><a href="gitea-3.html">Gitea 3</a></li>
2022-06-29 02:20:24 +00:00
<li><a href="gitea-4.html">Gitea 4</a></li>
2022-06-30 18:35:13 +00:00
<li><a href="gitea-5.html">Gitea 5</a></li>
2022-07-26 03:20:15 +00:00
<li><a href="gitea-6.html">Gitea 6</a></li>
2022-06-29 00:38:00 +00:00
</ul>
2022-06-08 16:45:31 +00:00
</article>
<footer>
2023-05-11 05:20:07 +00:00
<p>Page generated on 2023-05-10</p>
2022-06-08 16:45:31 +00:00
</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>