eis-website/imprint.html
Theresa Nerz & Tahar Lamred 7821e4a1f0 Erste Version der Website
2026-05-08 15:49:50 +00:00

32 lines
853 B
HTML

<header>
<link rel="icon" href="img/favicon.png" type="image/png">
<img src="./img/Logo.png" alt="Logo" style="height: 100px;">
<link rel="stylesheet" href="css/style.css">
<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>
</nav>
</header>
<main>
<h1>Imprint</h1>
<p>Responsible: Theresa und Tahar</p>
<p>Email: 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
"Development of Interactive Software Applications" 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>