48 lines
No EOL
1.2 KiB
HTML
48 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE html>
|
||
<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="css/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>
|
||
</header>
|
||
|
||
<main>
|
||
<h1>Sneaky Snack Snakes</h1>
|
||
<img src="img/Sneaky_Snack_Snakes.png" alt="Sneaky Snack Snakes">
|
||
<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>© 2026 - Lernprojekt EIS</p>
|
||
</footer>
|
||
|
||
<!-- JavaScript (korrekt eingebunden) -->
|
||
<script src="script.js"></script>
|
||
|
||
</body>
|
||
|
||
</html> |