eis-website/eis_projekt.html

23 lines
469 B
HTML
Raw Permalink 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>Über uns Cyanotypie</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<script src="js/nav.js"></script>
<main>
<h1>Das Projekt</h1>
<p>Text folgt.</p>
</main>
<footer>
<p>&copy; 2026 Lernprojekt EIS</p>
</footer>
<script src="js/script.js"></script>
</body>
</html>