diff options
author | Patrick Goltzsch <pg (at) in-transit.cc> | 2021-08-29 12:19:26 +0000 |
---|---|---|
committer | Patrick Goltzsch <pg (at) in-transit.cc> | 2021-08-29 12:19:26 +0000 |
commit | d230e7f8df0ffaa64ea6dc3472b34488d59902e3 (patch) | |
tree | 8e9594068385500ae1e524bcc0f0a80635eb6518 /OEBPS/Text/titel.xhtml | |
download | albert-ehrenstein-nicht-da-nicht-dort-d230e7f8df0ffaa64ea6dc3472b34488d59902e3.tar.gz albert-ehrenstein-nicht-da-nicht-dort-d230e7f8df0ffaa64ea6dc3472b34488d59902e3.tar.bz2 albert-ehrenstein-nicht-da-nicht-dort-d230e7f8df0ffaa64ea6dc3472b34488d59902e3.zip |
erste Version
Diffstat (limited to 'OEBPS/Text/titel.xhtml')
-rw-r--r-- | OEBPS/Text/titel.xhtml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/OEBPS/Text/titel.xhtml b/OEBPS/Text/titel.xhtml new file mode 100644 index 0000000..5528c37 --- /dev/null +++ b/OEBPS/Text/titel.xhtml @@ -0,0 +1,25 @@ +<?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>Albert Ehrenstein: Nicht da nicht dort</title> +</head> +<body> + +<div class="center uppercase"> + + <h2 class="vspace spaced">Albert Ehrenstein</h2> + <h1 class="spaced">Nicht da<br />nicht dort</h1> + + + <p class="vspace10"><span class="spaced f11">Kurt Wolff Verlag</span><br /> + <span class="spaced">Leipzig ยท 1916</span></p> + + +</div> + +</body> +</html> |