blob: 54d7eb8621e19dd61cdd5b53ae259ac6eaf5e852 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!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>Goldene Stäbe - Gedicht 26</title>
</head>
<body>
<div class="poem">
<h3 class="center">GOLDENE STÄBE</h3>
<div class="subtitle center italic">Gedicht 26</div>
<p>
<span class="vers">Herbsten Zelte,</span><br />
<span class="vers">Herbsten Schwäne Liebe?</span><br />
<span class="vers">Glut zerbröckelt Leichenwein</span><br />
<span class="vers">Faden stoppelt Mückentanz</span><br />
<span class="vers">Unitas zerdomen Schwäne.</span><br />
<span class="vers">Du, Luise!</span><br />
<span class="vers">Blume blütet Abend strömen Stäbe.</span><br />
<span class="vers">Du, Luise!</span><br />
</p>
</div>
</body>
</html>
|