diff options
author | Patrick Goltzsch <pg (at) in-transit.cc> | 2020-03-04 16:53:51 +0100 |
---|---|---|
committer | Patrick Goltzsch <pg (at) in-transit.cc> | 2020-03-04 16:53:51 +0100 |
commit | 4231a8f24da76d954d951e77a941b432399c2751 (patch) | |
tree | 623dd3478e31a1ecf03f39c8b98699d3c57d6ab7 /OEBPS/Text/titel.html | |
download | johann-gottfried-seume-spaziergang-nach-syrakus-4231a8f24da76d954d951e77a941b432399c2751.tar.gz johann-gottfried-seume-spaziergang-nach-syrakus-4231a8f24da76d954d951e77a941b432399c2751.tar.bz2 johann-gottfried-seume-spaziergang-nach-syrakus-4231a8f24da76d954d951e77a941b432399c2751.zip |
initial commit
Diffstat (limited to 'OEBPS/Text/titel.html')
-rw-r--r-- | OEBPS/Text/titel.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/OEBPS/Text/titel.html b/OEBPS/Text/titel.html new file mode 100644 index 0000000..0e740ca --- /dev/null +++ b/OEBPS/Text/titel.html @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> + +<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>Johann Gottfried Seume - Spaziergang nach Syrakus im Jahre 1802</title> + <style type="text/css"> + html, body { height:100%; } + </style> +</head> +<body> + +<p class="center"> +<img src="../Images/titel.png" alt="Georg Heym - Der ewige Tag" /></p> + +<!-- +<table class="titlepage"> + <tr> + <td valign="top"> + <h2 class="center">Spaziergang nach Syrakus</h2> + <h3 class="italic center">im Jahre 1802.</h3> + <h3 class="center">von</h3> + <h3 class="center">J.G. Seume.</h3> + </td> + </tr> + <tr> + <td valign="bottom"> + <div class="center"> + Veritatem sequi et colere, tueri justitiam, æque omnibus<br /> + bene velle ac facere, nil extimescere.</div> + <hr /> + <div class="center">Braunschweig und Leipzig<br /> + 1803</div> + </td> + </tr> +</table> +--> + +</body> +</html> |