blob: ad2a02d168b2ca5f33503ead089d16b246c16aa7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>Updated poem</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>Updated poem</h2>
<h3>2026-06-01</h3>
<h4>Existance is the prize itself</h4>
<p>
Sadly a childhood friend of one of my nieces recently died at 36 of a
brain tumour. I gave this poem a re-write.
</p>
<pre>
Life is but a long farewell
While clawing at eternity's shell
No rhyme nor reason, no justice in sight
A frantic push against entropy's might
This fleeting hare
Brings grave dispair
But pointless is a daily dread
Of closing circuit in our bed
Here then gone, a spark in the night?
Our passing through is never trite
Best keep your malaise on the shelf
Existance is the prize itself
</pre
>
</article>
</main>
<footer>
<p>§</p>
</footer>
</body>
</html>
|