close #24, Kalender hinzugefügt

This commit is contained in:
2023-08-17 16:25:20 +02:00
parent 79af4e9907
commit 2ae47f86f0
19 changed files with 223 additions and 32 deletions

View File

@@ -949,6 +949,28 @@ echo('
</div>
</div>');
break;
case 26:
echo('
<div class="packa">
<img id="SRechts" src="inc/bg/schneeiRechts.png"</img>
<div id="txt"><h3>Von Schneei</h3>
<p>
<u>Erzähler:</u>
<br>
Achja bevor ich das vergesse, Schneei hat ja auch was für dich.
<p>
<u>Schneei:</u>
<br>
Hallo Mama Melly, danke das du immer für mich da bist und mich so sehr Liebst.
<p>
Für die beste Mama, gibt es natürlich auch was von mir. Ich hoffe das du damit Ganz viel Spaß hast und das es dir Gefällt.
<p>
Habe dich ganz doll lieb.
</p>
<img src="src/images/bibi/introBibi.png"</img>
</div>
</div>');
break;
default:
echo('<div id="txt"><h3>Falscher Tag</h3><p id="false">
@@ -956,6 +978,7 @@ echo('<div id="txt"><h3>Falscher Tag</h3><p id="false">
<img src="src/images/bibi/introBibi.png"</img>
</div>');
break;
}
?>