Index akutalisiert

This commit is contained in:
ElenaRJ 2026-05-27 15:42:56 +02:00
parent 4af8acf309
commit 476a555a3c

View file

@ -1,25 +1,48 @@
<!DOCTYPE html>
<html>
<head><link rel="stylesheet" href="style.css"><meta charset="UTF-8"><title>isa8 EIS SoSe 25</title></head>
<script scr="script.js"></script>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>isa8 EIS SoSe 25</title>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- CSS EINBINDEN -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<a href="index.html">Start</a>
<a href="ueber_uns.html">Über uns</a>
<a href="eis_projekt.html">Projekt</a>
<a href="kontakt.html">Kontakt<a/>
<a href="impressum.html">Impressum<a/>
</nav>
<nav>
<a href="index.html">Start</a>
<a href="ueber_uns.html">Über uns</a>
<a href="eis_projekt.html">Projekt</a>
<a href="kontakt.html">Kontakt</a>
<a href="impressum.html">Impressum</a>
</nav>
</header>
<main>
<h1>Sneaky Snack Snakes</h1>
<p>Einführung in interaktive Snakewareanwendungen SnackSnake 2026</p>
<p>Test test</p>
<p>Einfach mal was probieren :D</p>
<p>Diese Seite ist euer Snakespace. Legt eure Dateien in <code>~/public_html/</code> ab.</p>
<main>
<h1>Sneaky Snack Snakes</h1>
<p>Einführung in interaktive Snakewareanwendungen SnackSnake 2026</p>
<p>Diese Seite ist euer Snakespace. Legt eure Dateien in <code>~/public_html/</code> ab.</p>
</main>
<footer>
<p>&copy; 2026 - Lernprojekt EIS</p>
<p>&copy; 2026 - Lernprojekt EIS</p>
</footer>
<!-- JavaScript (korrekt eingebunden) -->
<script src="script.js"></script>
</body>
</html>
</html>