blob: 4ab17c779ac9a6a5a8d0924592a44c240634751a (
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
|
<?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 Operation</title>
</head>
<body>
<div class="poem">
<h3 class="center">Die Operation</h3>
<p>
<span class="vers vindent">Im Sonnenlicht zerreißen Ärzte eine Frau.</span><br />
<span class="vers vindent">Hier klafft der offne rote Leib. Und schweres Blut</span><br />
<span class="vers vindent">Fließt, dunkler Wein, in einen weißen Napf. Recht gut</span><br />
<span class="vers vindent">Sieht man die rosarote Cyste. Bleiern grau</span>
</p>
<p>
<span class="vers vindent">Hängt tief herab der schlaffe Kopf. Der hohle Mund</span><br />
<span class="vers vindent">Wirft Röcheln aus. Hoch ragt das gelblich spitze Kinn.</span><br />
<span class="vers vindent">Der Saal glänzt kühl und freundlich. Eine Pflegerin</span><br />
<span class="vers vindent">Genießt sehr innig sehr viel Wurst im Hintergrund.</span>
</p>
</div>
</body>
</html>
|