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

25 lines
605 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.

<header>
<!-- In the <head> of every page -->
<link rel="icon" href="img/favicon.png" type="image/png">
<!-- Logo in header -->
<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>
<!-- Page content here -->
<p> Student: Tahar und Thereza</p>
</main>
<footer>
<p>&copy; 2025 EIS Learning Project</p>
</footer>