diff options
author | Patrick Goltzsch <pg (at) in-transit.cc> | 2023-01-15 17:04:07 +0100 |
---|---|---|
committer | Patrick Goltzsch <pg (at) in-transit.cc> | 2023-01-15 17:04:07 +0100 |
commit | 01d55006960d19b97bbf1e4e5ed462c6a7882c8c (patch) | |
tree | 9861c412338d33dc834f4763b8ae544b4f5e3d45 /OEBPS/Text/03-tristitia-ante.xhtml | |
download | jakob-van-hoddis-weltende-01d55006960d19b97bbf1e4e5ed462c6a7882c8c.tar.gz jakob-van-hoddis-weltende-01d55006960d19b97bbf1e4e5ed462c6a7882c8c.tar.bz2 jakob-van-hoddis-weltende-01d55006960d19b97bbf1e4e5ed462c6a7882c8c.zip |
erste Version
Diffstat (limited to 'OEBPS/Text/03-tristitia-ante.xhtml')
-rw-r--r-- | OEBPS/Text/03-tristitia-ante.xhtml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/OEBPS/Text/03-tristitia-ante.xhtml b/OEBPS/Text/03-tristitia-ante.xhtml new file mode 100644 index 0000000..5f22abb --- /dev/null +++ b/OEBPS/Text/03-tristitia-ante.xhtml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html> + +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <link href="../Styles/style.css" rel="stylesheet" type="text/css" /> + <title>Tristitia ante ...</title> +</head> +<body> + +<div class="poem"> + + <h3>TRISTITIA ANTE ...</h3> + +<p> +<span class="vers">Schneeflocken fallen. Meine Nächte sind</span><br /> +<span class="vers">Sehr laut geworden, und zu starr ihr Leuchten.</span><br /> +<span class="vers">Alle Gefahren, die mir ruhmvoll deuchten,</span><br /> +<span class="vers">Sind nun so widrig wie der Winterwind.</span> +</p> + +<p> +<span class="vers">Ich hasse fast die helle Brunst der Städte.</span> +</p> + +<p> +<span class="vers">Wenn ich einst wachte und die Mitternächte</span><br /> +<span class="vers">Langsam zerflammten – bis die Sonne kam –,</span><br /> +<span class="vers">Wenn ich den Prunk der weißen Huren nahm,</span><br /> +<span class="vers">Ob magrer Prunk mir endlich Lösung brächte,</span> +</p> + +<p> +<span class="vers">War diese Grelle nie und dieser Gram.</span> +</p> + +</div> + +</body> +</html> |