eis-website/index.html
2026-05-20 16:46:18 +02:00

25 lines
731 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.

<!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>
<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>
<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>
<footer>
<p>&copy; 2026 - Lernprojekt EIS</p>
</body>
</html>