blob: 4e39bab2f86a9fa68652975f5d595fbcbe14dbb5 (
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
|
<?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>Die Welt so dumpf — der Mensch so schal</title>
</head>
<body>
<div class="poem">
<p>
<span class="vers">Die Welt so dumpf — der Mensch so schal. —</span><br />
<span class="vers">Die Kreatur so stumpf und roh —;</span><br />
<span class="vers">Der Weg vor mir so öd und kahl; — —</span><br />
<span class="vers">Mich ekelt so! —</span><br />
<span class="vers">Ich hab' von diesem Sein genug; — —</span><br />
<span class="vers">Ich weiß kein Glück mehr, das ich will; — —</span><br />
<span class="vers">Die Seele ist so bitter klug — —</span><br />
<span class="vers">Und du — — sei still!</span>
</p>
</div>
</body>
</html>
|