73 lines
2.2 KiB
HTML
73 lines
2.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Poetry challenges</title>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
|
|
<link rel="stylesheet" type="text/css" href="/style.css?2024-05-04" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<h1>Zk | Poetry challenges</h1>
|
|
</header>
|
|
<article class="content">
|
|
<h2 id="july-1-2024-no-verbs">July 1, 2024 — No verbs</h2>
|
|
<div class="verse">A road trip. A dome of stress within the car,
|
|
and golden fields without.
|
|
A hotel room. Quiet, dark, cold against the heat,
|
|
floor to ceiling blackout curtains.
|
|
Riverbend Ponds. A lace of trails and lakes,
|
|
more than enough reflections of sunsets.
|
|
A return drive. Twice the stress, golden fields again,
|
|
all two days earlier than expected.
|
|
|
|
A husband (supposedly)
|
|
in a recliner (his)
|
|
in the living room (ours?)
|
|
in a house (mortgage: $3,106 a month).
|
|
|
|
“Concert tomorrow.”
|
|
Lazy. Flat affect. Quotidian.
|
|
|
|
Sunday. The next day.
|
|
Estimated time of return: mid-morning.
|
|
|
|
Monday. Silence.
|
|
Lots of friends down there.
|
|
|
|
Tuesday. Silence.
|
|
Worried…
|
|
|
|
Wednesday. Phone call.
|
|
New time of return: never.
|
|
|
|
A wife (on a technicality)
|
|
on the lawn (hers?)
|
|
out back (quietly)
|
|
in shock (tears: not just yet).
|
|
|
|
A house. Silent and aging, rotting deck boards,
|
|
and a dog with searching eyes.
|
|
A locked door. The key — a hex wrench, black, slender —
|
|
now a decoration of junk drawers.
|
|
A bedroom. An echoing expanse of empty walls,
|
|
and golden fields of bare carpet.
|
|
A woman. Quiet, dark, cold against the heat, hidden behind
|
|
floor to ceiling blackout curtains.</div>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2024-07-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>
|