blob: 914ca87be0b6c1345d6dac9ebeabc57572629546 (
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
|
<?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>Vollmond</title>
</head>
<body>
<div class="poem">
<h3>VOLLMOND</h3>
<p>
<span class="vers">Leise schwimmt der Mond durch mein Blut ...</span><br />
<span class="vers">Schlummernde Töne sind die Augen des Tages</span><br />
<span class="vers">Wandelhin – taumelher –</span></p>
<p>
<span class="vers">Ich kann deine Lippen nicht finden ...</span><br />
<span class="vers">Wo bist du ferne Stadt</span><br />
<span class="vers">Mit den segnenden Düften?</span></p>
<p>
<span class="vers">Immer senken sich meine Lider</span><br />
<span class="vers">Über die Welt – alles schläft.</span></p>
</div>
</body>
</html>
|