eis-website/imprint.html
2026-06-02 08:50:23 +00:00

33 lines
907 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>
<li><a href="notenrechner.html">Notenrechner</a></li>
</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>