diff options
author | Patrick Goltzsch <pg (at) in-transit.cc> | 2021-10-22 17:53:22 +0000 |
---|---|---|
committer | Patrick Goltzsch <pg (at) in-transit.cc> | 2021-10-22 17:53:22 +0000 |
commit | c7f1ae451344c195a285b02c7c1f3dbbb26c81dd (patch) | |
tree | 956150c576ec660a01cb2c810629151326636fff /OEBPS/Text/inhalt.xhtml | |
download | albert-ehrenstein-tubutsch-master.tar.gz albert-ehrenstein-tubutsch-master.tar.bz2 albert-ehrenstein-tubutsch-master.zip |
Diffstat (limited to 'OEBPS/Text/inhalt.xhtml')
-rw-r--r-- | OEBPS/Text/inhalt.xhtml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/OEBPS/Text/inhalt.xhtml b/OEBPS/Text/inhalt.xhtml new file mode 100644 index 0000000..24565b7 --- /dev/null +++ b/OEBPS/Text/inhalt.xhtml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ops="http://www.idpf.org/2007/ops" xml:lang="de"> + +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <link href="../Styles/style.css" rel="stylesheet" type="text/css" /> + <title>Inhaltsverzeichnis</title> +</head> +<body> + +<div class="prose"> + + <h3>Inhaltsverzeichnis</h3> + + <section ops:type="chapter"> + <h4 class="index-entry"><a href="01-ritter-johann.xhtml">Ritter Johann des Todes</a></h4> + </section> + <section ops:type="chapter"> + <h4 class="index-entry"><a href="02-tubutsch.xhtml">Tubutsch</a></h4> + </section> + <section ops:type="chapter"> + <h4 class="index-entry"><a href="03-wanderers-lied.xhtml">Wanderers Lied</a></h4> + </section> + <section ops:type="chapter"> + <h3><a href="anhang.xhtml">— Anhang —</a></h3> + </section> + <section ops:type="chapter"> + <h4 class="index-entry"><a href="inhalt.xhtml">Inhaltsverzeichnis</a></h4> + </section> + <section ops:type="chapter"> + <h4 class="index-entry"><a href="textnachweis.xhtml">Textnachweis und Lizenz</a></h4> + </section> + +</div> +</body> +</html> |