Begrüßung

This commit is contained in:
lena_smd02 2026-07-01 12:44:23 +02:00
parent b1c4568ca1
commit 241e6482f0

View file

@ -9,7 +9,7 @@
<!-- Erste Änderung aus VS Code -->
</head>
<body>
<p id="begruessung"></p>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
@ -25,6 +25,7 @@
<header>
<img src="img/logo.svg" alt="Logo" style="height: 100px;">
<h1>Willkommen auf meiner Seite!</h1>
<p id="begruessung"></p>
<p>Einführung in interaktive Softwareanwendungen SoSe 2025</p>
</header>