87 lines
3.4 KiB
HTML
87 lines
3.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 20230401pm</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 | 20230401pm</h1>
|
|
</header>
|
|
<article class="content">
|
|
<h2 id="exercise-1">Exercise 1</h2>
|
|
<ul>
|
|
<li>A white cotton ball taken from a pill bottle</li>
|
|
<li>The too-sweet taste of white peach flavored Calpico</li>
|
|
</ul>
|
|
<h2 id="exercise-2">Exercise 2</h2>
|
|
<div class="verse">White cotton,
|
|
taken from a pill bottle,
|
|
rests beside too-sweet drinks.</div>
|
|
<h2 id="exercise-3">Exercise 3</h2>
|
|
<p>A table set for two, plates already empty with silverware straddling the rims, napkins crumpled and resting beside them, and there, in the middle, the white cotton packing from a pill bottle sat beside the remnants of two too-sweet drinks. I didn’t even need to smell or taste them to know that. The neon-yellow of what must have been a lemon drop or sidecar was enough to make my chest ache from the thought of so much sugar.</p>
|
|
<p>That cotton, though, that took a bit more work to suss out. It wasn’t a simple cotton ball, which maybe would have given the dinner’s participants some other, simpler explanation. Makeup removal? Fingernail polish?</p>
|
|
<p>But no, this hank of cotton was long, flat, slender. It had been folded in half before being stuffed into whatever bottle — handily missing from the scene — and removed any doubt as to its provenance. </p>
|
|
<p>The room was empty. Only I stood there, hovering before the table, hands stuffed deep in my pockets, as I tried to reconstruct the evening. No detective, I, but the tableau invited attempts at explanation: too drinks, far too sweet or far to strong, and a missing bottle of pills. Were the drinks strong enough to cover the taste of pills, ground up and stirred in? Or were they simply meant to wash them down? Were the pills taken willingly or not?</p>
|
|
<p>And the diners, where were they?</p>
|
|
<h2 id="exercise-4">Exercise 4</h2>
|
|
<div class="verse">Silverware rests on the rims
|
|
of plates as empty as the room</div>
|
|
<h2 id="renga">Renga</h2>
|
|
<div class="verse">Torn and calloused
|
|
Lines of age
|
|
Made young again
|
|
in playful splashes
|
|
|
|
Water climbs arms willingly
|
|
no room for soap in the ocean</div>
|
|
<div class="verse">singing insect
|
|
weathered by the night –
|
|
faded silence
|
|
|
|
Weathered by the night
|
|
Shining resplendence
|
|
To light a path home
|
|
|
|
Tired feet drag
|
|
through tired grasses
|
|
silent crickets wait</div>
|
|
<div class="verse">Silverware rests on the rims
|
|
of plates as empty as the room
|
|
|
|
voided persons
|
|
ghosts of the mundane
|
|
hunger unsated
|
|
|
|
Passing through, no trace
|
|
Stagnant air whipped
|
|
By uncaring fans </div>
|
|
<div class="verse">Torn and calloused
|
|
Lines of age
|
|
Made young again
|
|
in playful splashes
|
|
|
|
Water climbs arms willingly
|
|
no room for soap in the ocean
|
|
|
|
the age of work
|
|
cleansed from the skin –
|
|
plopped into depths </div>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2023-04-01</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>
|