blob: 5f22abbd4bc6c699775ecfc490c36125bf4607c6 (
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
|
<?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>
|