eis-website/impressum.html

34 lines
890 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>
<header>
<nav>
<a href="index.html">Start</a>
<a href="ueber_uns.html">Über uns</a>
<a href="eis_projekt.html">Projekt</a>
<a href="kontakt.html">Kontakt</a>
<a href="impressum.html">Impressum</a>
</nav>
</header>
<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>&copy; 2025 Lernprojekt EIS</p>
</footer>
<script src="js/script.js"></script>
</body>
</html>