Begrüßung
This commit is contained in:
parent
b1c4568ca1
commit
241e6482f0
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue