diff options
Diffstat (limited to 'OEBPS/Text/titel.xhtml')
-rw-r--r-- | OEBPS/Text/titel.xhtml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/OEBPS/Text/titel.xhtml b/OEBPS/Text/titel.xhtml new file mode 100644 index 0000000..005b18b --- /dev/null +++ b/OEBPS/Text/titel.xhtml @@ -0,0 +1,30 @@ +<?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>Alfred Lichtenstein - Die Dämmerung</title> +</head> +<body> + +<div class="center uppercase"> + + <div class="titelangabe"> + <h2 class="spaced">Die Dämmerung</h2> + <h2 class="spaced">Gedichte von</h2> + <h3 class="spaced">Alfred Lichtenstein (Wilmersdorf)</h3> + </div> + + <div class="verlag"> + <p class="vspace8"> </p> + <h4>A. R. Meyer Verlag</h4> + <h4>Berlin-Wilmersdorf</h4> + <h4>1913</h4> + </div> + +</div> + +</body> +</html> |