diff options
| author | Patrick Goltzsch <pg (at) in-transit.cc> | 2023-05-29 17:15:24 +0200 | 
|---|---|---|
| committer | Patrick Goltzsch <pg (at) in-transit.cc> | 2023-05-29 17:15:24 +0200 | 
| commit | d58553b69b6957f351a4ba77bfa24103a43318af (patch) | |
| tree | 8ed568b7138ce308a60464d033cce16d75b4cc64 /OEBPS/Text/titel.xhtml | |
| download | joachim-ringelnatz-liner-roma-d58553b69b6957f351a4ba77bfa24103a43318af.tar.gz joachim-ringelnatz-liner-roma-d58553b69b6957f351a4ba77bfa24103a43318af.tar.bz2 joachim-ringelnatz-liner-roma-d58553b69b6957f351a4ba77bfa24103a43318af.zip  | |
erste fassung
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>  | 
