48 lines
1.6 KiB
HTML
48 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Ekstasis (WT)</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 | Ekstasis (WT)</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">writing</span> <span class="tag">poetry</span> <span class="tag">haiku</span></p>
|
|
<p>99 stanza poem about spiritual ecstasy in the style of <em>renga</em> (alternating 5-7-5 and 7-7). Keep the volta in the 5-7-5 verse</p>
|
|
<h2 id="arriving">Arriving</h2>
|
|
<div class="verse">The low rush of wind,
|
|
lights flash above, to the sides,
|
|
hum of wheels on road.
|
|
|
|
A car ride of long held breaths,
|
|
anticipation overwhelms.</div>
|
|
<h2 id="gate-and-warden">Gate and warden</h2>
|
|
<h2 id="welcoming">Welcoming</h2>
|
|
<h2 id="offering">Offering</h2>
|
|
<h2 id="connection">Connection</h2>
|
|
<h2 id="induction">Induction</h2>
|
|
<h2 id="isolation">Isolation</h2>
|
|
<h2 id="ecstasy">Ecstasy</h2>
|
|
<h2 id="bidding-farewell">Bidding farewell</h2>
|
|
<h2 id="gate">Gate</h2>
|
|
<h2 id="ritual-drop">Ritual drop</h2>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2020-11-15</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>
|