diff options
author | Patrick Goltzsch <pg (at) in-transit.cc> | 2020-03-04 10:58:21 +0100 |
---|---|---|
committer | Patrick Goltzsch <pg (at) in-transit.cc> | 2020-03-04 10:58:21 +0100 |
commit | a650f14de146ba11e7c07df10e6d743915eec860 (patch) | |
tree | eed1af64aceed149b0d4cbf6d6938fe6a9998bba /OEBPS/Text/vorsatz.xhtml | |
download | else-lasker-schueler-meine-wunder-a650f14de146ba11e7c07df10e6d743915eec860.tar.gz else-lasker-schueler-meine-wunder-a650f14de146ba11e7c07df10e6d743915eec860.tar.bz2 else-lasker-schueler-meine-wunder-a650f14de146ba11e7c07df10e6d743915eec860.zip |
initial commit
Diffstat (limited to 'OEBPS/Text/vorsatz.xhtml')
-rw-r--r-- | OEBPS/Text/vorsatz.xhtml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/OEBPS/Text/vorsatz.xhtml b/OEBPS/Text/vorsatz.xhtml new file mode 100644 index 0000000..adb0fc6 --- /dev/null +++ b/OEBPS/Text/vorsatz.xhtml @@ -0,0 +1,19 @@ +<?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>Vorsatzblatt</title> +</head> +<body> + +<div class="titelei"> + <div class="h2c">Else Lasker-Schüler</div> + <div class="h1c">Meine Wunder</div> +</div> + +</body> +</html> + |