zk_html/writing/videos/index.html

34 lines
1.1 KiB
HTML
Raw Normal View History

2020-12-14 21:15:13 +00:00
<!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">
<ul>
2021-01-02 00:10:07 +00:00
<li class="done0"> <a href="layout-design.html">Layout and design</a></li>
2020-12-14 21:15:13 +00:00
<li class="done0"> <a href="degamification.html">Distance and the degamification of play</a></li>
2021-01-01 23:05:09 +00:00
<li class="done0"> <a href="beyond-writing.html">Media beyond writing</a></li>
2020-12-14 21:15:13 +00:00
</ul>
</article>
<footer>
2021-01-01 23:05:09 +00:00
<p>Page generated on 2021-01-01</p>
2020-12-14 21:15:13 +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>