blob: ebb7b2949463dc05ccd5ae83baf7ef1e37fe36f8 (
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>Als ich dich fragte: Darf ich Sie beschützen?</title>
</head>
<body>
<div class="poem">
<p>
<span class="vers">Als ich dich fragte: Darf ich Sie beschützen?</span><br />
<span class="vers">Da sagtest du: Mein Herr, Sie sind trivial.</span><br />
<span class="vers">Als ich dich fragte: Kann ich Ihnen nützen?</span><br />
<span class="vers">Da sagtest du: Vielleicht ein andres Mal.</span><br />
<span class="vers">Als ich dich bat: Ein Kuß, mein Kind, zum Lohne!</span><br />
<span class="vers">Da sagtest du: Mein Gott, was ist ein Kuß?</span><br />
<span class="vers">Als ich befahl: Komm mit mir, wo ich wohne! —</span><br />
<span class="vers">Da sagtest du: Na, endlich ein Entschluß!</span><br />
<span class="vers">(Grete.)</span>
</p>
</div>
</body>
</html>
|