blob: 1189a949a1ea4eb2014f5d7290e9be60e72ead9a (
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
 | <?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>I. Entflieh mit mir und sey mein Weib</title>
</head>
<body>
<div class="poem">
  <h3 class="center spaced">Tragödie.</h3>
  <hr class="sect" />
  <h3 class="center">I.</h3>
<p>
<span class="vers">Entflieh mit mir und sey mein Weib,</span><br />
<span class="vers">Und ruh an meinem Herzen aus;</span><br />
<span class="vers">Fern in der Fremde sey mein Herz</span><br />
<span class="vers">Dein Vaterland und Vaterhaus.</span>
</p>
<p>
<span class="vers">Gehst du nicht mit, so sterb' ich hier</span><br />
<span class="vers">Und du bist einsam und allein;</span><br />
<span class="vers">Und bleibst du auch im Vaterhaus,</span><br />
<span class="vers">Wirst doch wie in der Fremde seyn.</span><br />
</p>
<hr class="fin" />
</div>
</body>
</html>
 |