diff options
author | Patrick Goltzsch <pg (at) in-transit.cc> | 2020-03-04 15:34:57 +0100 |
---|---|---|
committer | Patrick Goltzsch <pg (at) in-transit.cc> | 2020-03-04 15:34:57 +0100 |
commit | fe59e9c21666528f38fcafdad68c4986d0f879f3 (patch) | |
tree | 48acab81e85af392fe7c5a8f4cf8d77c7bfb0592 /OEBPS/Text/titel.html | |
download | heinrich-heine-buch-der-lieder-fe59e9c21666528f38fcafdad68c4986d0f879f3.tar.gz heinrich-heine-buch-der-lieder-fe59e9c21666528f38fcafdad68c4986d0f879f3.tar.bz2 heinrich-heine-buch-der-lieder-fe59e9c21666528f38fcafdad68c4986d0f879f3.zip |
initial commit
Diffstat (limited to 'OEBPS/Text/titel.html')
-rw-r--r-- | OEBPS/Text/titel.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/OEBPS/Text/titel.html b/OEBPS/Text/titel.html new file mode 100644 index 0000000..c352c0b --- /dev/null +++ b/OEBPS/Text/titel.html @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> + +<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>Heinrich Heine - Buch der Lieder</title> +</head> + +<body> + <p style="text-align: center;"><img src="../Images/titel.jpg" alt="Heinrich Heine - + Buch der Lieder" /></p> + +</body> +</html> |