blob: 235eef83e185fd1b0d0752ea2e9c2983bf89ea2f (
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
42
|
<?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>II. Es fiel ein Reif in der Frühlingsnacht</title>
</head>
<body>
<div class="poem">
<h3 class="center">II.</h3>
<p class="vers subheading">(Dieses ist ein wirkliches
Volkslied, welches ich am Rheine gehört.)</p>
<p>
<span class="vers indent">Es fiel ein Reif in der Frühlingsnacht,</span><br />
<span class="vers">Er fiel auf die zarten Blaublümelein,</span><br />
<span class="vers">Sie sind verwelket, verdorret.</span>
</p>
<p>
<span class="vers indent">Ein Jüngling hatte ein Mädchen lieb,</span><br />
<span class="vers">Sie flohen heimlich von Hause fort,</span><br />
<span class="vers">Es wußt' weder Vater noch Mutter.</span>
</p>
<p>
<span class="vers indent">Sie sind gewandert hin und her,</span><br />
<span class="vers">Sie haben gehabt weder Glück noch Stern,</span><br />
<span class="vers">Sie sind verdorben, gestorben.</span>
</p>
<hr class="fin" />
</div>
</body>
</html>
|