25 lines
668 B
HTML
25 lines
668 B
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Impressum – Cyanotypie</title>
|
||
<link rel="stylesheet" href="css/style.css">
|
||
</head>
|
||
<body>
|
||
<script src="js/nav.js"></script>
|
||
|
||
<main>
|
||
<h1>Impressum</h1>
|
||
<p>Verantwortlich: Carina Hirschle</p>
|
||
<p>E-Mail: carina.hirschle@stud.ph-weingarten.de</p>
|
||
<p>Diese Website ist ein Lernprojekt im Rahmen der Lehrveranstaltung "Entwicklung interaktiver Softwareanwendungen"</p>
|
||
</main>
|
||
|
||
<footer>
|
||
<p>© 2026 – Lernprojekt EIS</p>
|
||
</footer>
|
||
|
||
<script src="js/script.js"></script>
|
||
</body>
|
||
</html>
|