eis-website/contact.html
Theresa Nerz & Tahar Lamred c0544aae3d Dark Mode überall eingebaut
2026-06-02 15:33:34 +00:00

31 lines
785 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">
<script src="js/script.js" defer></script>
<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>
<button id="dark-mode-toggle">Dark Mode</button>
</header>
<main>
<!-- Page content here -->
<p> Wir sind erreichbar unter: 017682638021 und 016092360333</p>
</main>
<footer>
<p>&copy; 2025 EIS Learning Project</p>
</footer>