zk_html/writing/post-self/tocana.html

51 lines
1.3 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Tocană</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 | Tocană</h1>
</header>
<article class="content">
<style>
dl, p {
font-family: "Ubuntu Mono", monospace;
width: 50rem;
padding: 0;
margin: inherit auto;
}
dt {
text-transform: uppercase;
font-weight: normal;
margin-top: 2rem;
margin-bottom: 1rem;
text-align: center;
}
dd p:first-of-type {
margin-top: 0;
}
</style>
<p>INT. A painfully modern house. We&rsquo;re talking concrete walls, floors of some pale wood &mdash; pine, perhaps &mdash; floor-to-ceiling windows, furniture that uses a lot of right angles</p>
</article>
<footer>
<p>Page generated on 2022-01-19</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>