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

38 lines
1 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>Kontakt 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>
<h2>Kontakt</h2>
<p>Wir sind erreichbar unter: <strong>0176 8263 8021</strong> und <strong>0160 9236 0333</strong></p>
</main>
<footer>
<p>&copy; 2025 EIS Learning Project</p>
</footer>
</body>
</html>