blob: b8989ff3bd2b6a8816e1e91e35bbb9b4014ef3be (
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
|
<?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>Die Gummischuhe</title>
</head>
<body>
<div class="poem">
<h3 class="center">Die Gummischuhe</h3>
<p>
<span class="vers vindent">Der Dicke dachte:</span><br />
<span class="vers vindent">Am Abend geh ich gern in Gummischuhen,</span><br />
<span class="vers vindent">Auch wenn die Straßen fromm und flecklos sind.</span><br />
<span class="vers vindent">In Gummischuhen bin ich nie ganz nüchtern...</span>
</p>
<p>
<span class="vers vindent">Ich halte in der Hand die Zigarette.</span><br />
<span class="vers vindent">Auf schmalen Rhythmen tänzelt meine Seele.</span><br />
<span class="vers vindent">Und alle Zentner meines Leibes tänzeln.</span>
</p>
</div>
</body>
</html>
|