zk_html/writing/3/terrifying/intro.html

34 lines
1.5 KiB
HTML
Raw Normal View History

2023-03-25 17:25:18 +00:00
<!doctype html>
<html>
<head>
<title>Zk | intro</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" />
2023-03-25 17:25:18 +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 | intro</h1>
</header>
<article class="content">
<p>At the heart of so many of my anxieties lies the question of just how much space I&rsquo;m allowed to take up.</p>
2023-06-15 01:45:11 +00:00
<p>Do I speak too loud? Do I speak too often? Do I tread too close to that invisible line of being &lsquo;too much&rsquo;?</p>
<p>Am I too demanding? Do I need too much minding? Is the amount of attention I seem to seek above the norm, whatever that is?</p>
<p>Do I park myself in the corner of others&rsquo; minds? Do I sit cross-legged on the floor, a tripping hazard? Do I follow them around their thoughts, speaking? Or not speaking, yet nevertheless present?</p>
2023-03-25 17:25:18 +00:00
</article>
<footer>
2023-06-14 22:45:11 +00:00
<p>Page generated on 2023-06-14</p>
2023-03-25 17:25:18 +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>