Erste Version der Website
This commit is contained in:
commit
6530639039
9 changed files with 129 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
*.save
|
||||||
|
*.swp
|
||||||
|
*~
|
||||||
|
.DS_Store
|
||||||
0
css/style.css
Normal file
0
css/style.css
Normal file
23
eis_projekt.html
Normal file
23
eis_projekt.html
Normal 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>© 2026 - Lernprojekt EIS</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
23
impressum.html
Normal file
23
impressum.html
Normal 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>© 2026 - Lernprojekt EIS</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
23
index.html
Normal file
23
index.html
Normal 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>© 2026 - Lernprojekt EIS</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
9
index.html.save.1
Normal file
9
index.html.save.1
Normal 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
1
js/script.js
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
console.log ("Meine Seite läuft");
|
||||||
23
kontakt.html
Normal file
23
kontakt.html
Normal 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>© 2026 - Lernprojekt EIS</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
23
ueber_uns.html
Normal file
23
ueber_uns.html
Normal 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>© 2026 - Lernprojekt EIS</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in a new issue