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..c4f7d8e --- /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>Joachim Ringelnatz - ...liner Roma...</title> +</head> +<body> + +<div class="center"> + + + <div class="titelangabe"> + <p class="italic f14">Joachim Ringelnatz</p> + <h1 class="uppercase">...liner Roma...</h1> + </div> + <p class="vspace6 uppercase">Mit 10 Bildern von ihm selbst</p> + + <div class="verlag"> + <p class="vspace6 center f12">1924</p> + <hr /> + <p class="f12">Johannes Asmus Verlag ยท Hamburg</p> + </div> + +</div> + +</body> +</html> |