impressum aktualisiert
This commit is contained in:
parent
538994ed0a
commit
21c4d7dc78
1 changed files with 35 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head><link rel="stylesheet" href="style.css"><meta charset="UTF-8"><title>isa8 – EIS SoSe 25</title></head>
|
<head><link rel="stylesheet" href="css/style.css"><meta charset="UTF-8"><title>isa8 – EIS SoSe 25</title></head>
|
||||||
<script scr="script.js"></script>
|
<script scr="script.js"></script>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|
@ -12,11 +12,41 @@
|
||||||
<a href="impressum.html">Impressum<a/>
|
<a href="impressum.html">Impressum<a/>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main class="impressum">
|
||||||
<h1>Sneaky Snack Snakes</h1>
|
|
||||||
<p>Einführung in interaktive Snakewareanwendungen – SnackSnake 2026</p>
|
<h1>Impressum</h1>
|
||||||
<p>Diese Seite ist euer Snakespace. Legt eure Dateien in <code>~/public_html/</code> ab.</p>
|
|
||||||
|
<section>
|
||||||
|
<h2>Anbieter</h2>
|
||||||
|
<p>
|
||||||
|
Lena und Elena<br>
|
||||||
|
Snakestraße 1<br>
|
||||||
|
80999 Snakehausen
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>Kontakt</h2>
|
||||||
|
<p>
|
||||||
|
Telefon: 089/1234567-8<br>
|
||||||
|
Telefax: 089/1234567-9<br>
|
||||||
|
E-Mail: <a href="mailto:snakes@snakesnakes.de">snakes@snakesnakes.de</a><br>
|
||||||
|
Website: <a href="https://isa8.edumake.de/index.html" target="_blank">www.isa8-was-denn-sonst.de</a>
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>Verantwortlich für redaktionelle Inhalte</h2>
|
||||||
|
<p>
|
||||||
|
gemäß § 55 Abs. 2 RStV<br><br>
|
||||||
|
Lena und Elena<br>
|
||||||
|
Snakestraße 1<br>
|
||||||
|
80999 Snakehausen
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>© 2026 - Lernprojekt EIS</p>
|
<p>© 2026 - Lernprojekt EIS</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue