blob: 25e691535d58d157d5fcee8e4599e05dd9bab82c (
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
|
<?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>Geht der Mensch im dunkeln Drang</title>
</head>
<body>
<div class="poem">
<p class="dedication">(Stammbuchvers für C. G. v. Maaßen)</p>
<p>
<span class="vers">Geht der Mensch im dunkeln Drang</span><br />
<span class="vers">Einen dunkeln Weg entlang,</span><br />
<span class="vers">Sieht er trüb und dunkel nur</span><br />
<span class="vers">Gottes liebliche Natur.</span><br />
<span class="vers">Hieraus merkt wohl jedes Kind,</span><br />
<span class="vers">Wie bewährt Laternen sind.</span>
</p>
</div>
</body>
</html>
|