titelseite

main
Sila Selina Bulut 2023-10-15 18:54:28 +02:00
parent 5e8233294b
commit e158f62e36
1 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Cinderella</title>
</head>
<body>
<h1> <cite>Cinderella</cite> </h1>
<section>
<br> Cinderella ist ein beliebtes Märchen, dass als Symbol für Hoffnung, Durchhaltevermögen und die Belohnung für Güte und Geduld steht. <br> Es hat unzählige Adaptionen in Büchern, Filmen, Theaterstücken und anderen Medien erfahren und bleibt ein zeitloses und inspirierendes Märchen für Menschen jeden Alters. <br>
<br> <a href="https://bluray-disc.de/image/news/Cinderella_1950_01.jpg">
<img src="C:\Users\silab\OneDrive\Desktop\WEB cinderella\cinderella.jpg" width="300px">
</a>
</section>
<section>
<br> <h3> Zitat </h3>
<blockquote>„Wo Freundlichkeit herrscht, gibt es Güte und wo es Güte gibt, da ist auch Magie.“ <br> - Cinderella</blockquote>
</section>
<section>
<br>
<table>
<thead>
<tr>
<th>weitere Informationen </th>
</tr>
</thead>
<tbody>
<tr>
<td>
<button><a href="biografie.html" > Biografie</a></button>
<button><a href="sonstiges.html" > Sonstiges </a></button>
</td>
</tr> </tbody> </table>
</section>
</body>
</html>