49 lines
1.3 KiB
HTML
49 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Impressum – Lena</title>
|
||
<link rel="stylesheet" href="css/style.css">
|
||
</head>
|
||
<body>
|
||
|
||
<nav>
|
||
<ul>
|
||
<li><a href="index.html">Home</a></li>
|
||
<li><a href="ueber_uns.html">Über mich</a></li>
|
||
<li><a href="eis_projekt.html">EIS Projekt</a></li>
|
||
<li><a href="kontakt.html">Kontakt</a></li>
|
||
<li><a href="impressum.html">Impressum</a></li>
|
||
</ul>
|
||
</nav>
|
||
|
||
<main>
|
||
<header>
|
||
<h1>Impressum</h1>
|
||
</header>
|
||
|
||
<section>
|
||
<h2>Angaben gemäß § 5 TMG</h2>
|
||
<p>Lena Schmid<br>
|
||
|
||
Kurs: Einführung in interaktive Softwareanwendungen<br>
|
||
Sommersemester 2025</p>
|
||
|
||
<h2>Kontakt</h2>
|
||
<p>E-Mail: lena.schmid01@stud-ph-weingarten.de</p>
|
||
|
||
<h2>Verantwortlich: Lena Schmid</h2>
|
||
|
||
|
||
<hr style="border: 0; border-top: 1px solid #e2e8f0; margin: 2rem 0;">
|
||
|
||
<p><small>Diese Website ist ein Lernprojekt im Rahmen der Lernveranstaltung "Entwicklung interaktiver Softwareanwendungen" an der PH Weingarten.
|
||
|
||
</small></p>
|
||
</section>
|
||
</main>
|
||
|
||
<script src="script.js"></script>
|
||
</body>
|
||
</html>
|