Das Standard-Impressum wie es auch einer generierten Seite entsprechen würde.
![]() | Anmerkung |
---|---|
Über das |
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xml:lang="de" lang="de"> <head> <meta charset="utf-8"/> <title>[Impressum]</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" id="style-standard" /> <check valueOf="copyright"/> </head> <body class="impressum" epub:type="copyright-page"> <!-- Überschrift --> <h1 class="u1"><span class="u-text">Impressum</span></h1> <!-- Inhalt aus copyright ausgeben --> <div valueOf="copyright"/> <!-- ISBN --> <p class="no_indent"><span class="versal">ISBN</span> <span class="ziffer">{{KENNUNG-ISBN}}</span></p> <!-- statischer Inhalt --> <p class="leerzeile"> </p> <p class="no_indent">Hier könnten weitere statische Inhalt efolgen, wie z.B. Twitter-Icons, Website-Links, etc...</p> </body> </html>