eis-website/imprint.html
Tahar Lamred & Theresa Nerz bc084a5b8a First changes with VS
2026-06-08 16:13:08 +02:00

43 lines
1.3 KiB
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>Imprint EIS Learning Project</title>
<link rel="icon" href="img/favicon.png" type="image/png">
<link rel="stylesheet" href="css/style.css">
<script src="js/script.js" defer></script>
</head>
<body>
<header>
<div class="logo-container">
<img src="img/Logo.png" alt="Logo" class="logo">
</div>
<nav>
<a href="index.html">Home</a>
<a href="about_us.html">About Us</a>
<a href="eis_project.html">Project</a>
<a href="contact.html">Contact</a>
<a href="imprint.html">Imprint</a>
<a href="notenrechner.html">Notenrechner</a>
<button id="dark-mode-toggle">Dark Mode</button>
</nav>
</header>
<main>
<h1>Imprint</h1>
<p><strong>Responsible:</strong> Theresa und Tahar</p>
<p><strong>Email:</strong> theresa.nerz@stud.ph-weingarten.de & tahar.lamred01@stud.ph-weingartenh.de</p>
<p>This website is a learning project as part of the course
<em>"Development of Interactive Software Applications"</em> at PH Weingarten.
</p>
<a href="assets/project_info.pdf" download>Download Project Info (PDF)</a>
</main>
<footer>
<p>&copy; 2026 EIS Learning Project</p>
</footer>
</body>
</html>