mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-21 21:06:03 +03:00
60 lines
2.2 KiB
HTML
60 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="/assets/css/bahunya.css">
|
|
<link rel="stylesheet" href="/assets/css/board.css">
|
|
<link rel="stylesheet" href="/assets/css/highlight.css">
|
|
<link rel="stylesheet" href="/assets/css/site.css">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<title>TODO KanBan Board</title>
|
|
<meta name="title" content="TODO KanBan Board" />
|
|
<meta name="description" content="A starter template for the Zen Static (zs) site generator" />
|
|
<meta name="keywords" content="zen, static, zs, starter, template, site, website, template, generator, ssg" />
|
|
</head>
|
|
|
|
<body>
|
|
<nav>
|
|
<a id="brand" href="/">Home 🏠</a>
|
|
<a href="/TestPage.html">Test Page 🧪</a>
|
|
<a href="https://zs.mills.io/">Demo 🥳</a>
|
|
<a href="https://git.mills.io/prologic/zs">Source 💾</a>
|
|
</nav>
|
|
<header>
|
|
<h1>TODO KanBan Board</h1>
|
|
</header>
|
|
<article class="board"><h1 id="todo-board">TODO Board <a class="anchor" href="#todo-board"> </a></h1>
|
|
<h2 id="backlog">Backlog <a class="anchor" href="#backlog"> </a></h2>
|
|
<ul>
|
|
<li>Get feedback on zs</li>
|
|
</ul>
|
|
<h2 id="in-progress">In Progress <a class="anchor" href="#in-progress"> </a></h2>
|
|
<ul>
|
|
<li>Develop more samples</li>
|
|
</ul>
|
|
<h2 id="done">Done <a class="anchor" href="#done"> </a></h2>
|
|
<ul>
|
|
<li>Build CGI sample</li>
|
|
<li>Build Kanban sample</li>
|
|
</ul>
|
|
</article>
|
|
<a href="TODO.md?edit" rel="nofollow" target="_self">✍️ Edit this page</a>
|
|
<footer>
|
|
Copyright © James Mills ·
|
|
Last modified <time datetime="2024-03-03T05:40:12Z+00:00
|
|
">Sun Mar 3 05:40:12 UTC 2024
|
|
</time> ·
|
|
Built with <a href="https://git.mills.io/prologic/zs">zs</a>
|
|
</footer>
|
|
<script type="application/javascript" src="/assets/js/highlight.js"></script>
|
|
<script type="application/javascript" src="/assets/js/umbrella.js"></script>
|
|
<script type="application/javascript" src="/assets/js/live.js"></script>
|
|
|
|
</body>
|
|
|
|
</html> |