Index akutalisiert
This commit is contained in:
parent
4af8acf309
commit
476a555a3c
1 changed files with 41 additions and 18 deletions
59
index.html
59
index.html
|
|
@ -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>© 2026 - Lernprojekt EIS</p>
|
||||
<p>© 2026 - Lernprojekt EIS</p>
|
||||
</footer>
|
||||
|
||||
<!-- JavaScript (korrekt eingebunden) -->
|
||||
<script src="script.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
Loading…
Reference in a new issue