Erste Version der Website

This commit is contained in:
ElenaRJ 2026-05-06 14:18:05 +00:00
commit 6530639039
9 changed files with 129 additions and 0 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
*.save
*.swp
*~
.DS_Store

0
css/style.css Normal file
View file

23
eis_projekt.html Normal file
View file

@ -0,0 +1,23 @@
<!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>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>

23
impressum.html Normal file
View file

@ -0,0 +1,23 @@
<!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>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>

23
index.html Normal file
View file

@ -0,0 +1,23 @@
<!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>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>

9
index.html.save.1 Normal file
View file

@ -0,0 +1,9 @@
<html>
<head><meta charset="UTF-8"><title>isa8 EIS SoSe 25</title></head>
<body>
<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>
</body>
</html>

1
js/script.js Normal file
View file

@ -0,0 +1 @@
console.log ("Meine Seite läuft");

23
kontakt.html Normal file
View file

@ -0,0 +1,23 @@
<!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>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>

23
ueber_uns.html Normal file
View file

@ -0,0 +1,23 @@
<!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>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>