2022-01-20 02:05:13 +00:00
<!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" >
2022-01-20 02:10:12 +00:00
< 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’ re talking concrete walls, floors of some pale wood — pine, perhaps — floor-to-ceiling windows, furniture that uses a lot of right angles< / p >
2022-01-20 02:05:13 +00:00
< / 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 >