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/druck.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/druck.xhtml')
-rw-r--r-- | OEBPS/Text/druck.xhtml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/OEBPS/Text/druck.xhtml b/OEBPS/Text/druck.xhtml new file mode 100644 index 0000000..6ec322c --- /dev/null +++ b/OEBPS/Text/druck.xhtml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!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>...liner Roma... - Druck</title> +</head> +<body> + +<div class="prose"> + +<p class="centerpar"> +Das 1. bis 5. Tausend dieses Buches wurde im Frühjahr 1924 +von der Druckerei-Gesellschaft Hartung & Co. m.b.H. in +Hamburg gedruckt. Zweihundert numerierte Exemplare wurden +auf besserem Papier gedruckt und vom Autor signiert.</p> + +</div> +</body> +</html> |