impressum aktuell
This commit is contained in:
parent
21c4d7dc78
commit
759699c8e1
1 changed files with 29 additions and 13 deletions
|
|
@ -1,17 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head><link rel="stylesheet" href="css/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>Impressum</title>
|
||||
|
||||
<link rel="stylesheet" href="css/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 class="impressum">
|
||||
|
||||
<h1>Impressum</h1>
|
||||
|
|
@ -31,7 +41,9 @@
|
|||
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>
|
||||
Website: <a href="https://isa8.edumake.de/index.html" target="_blank">
|
||||
www.isa8-was-denn-sonst.de
|
||||
</a>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
@ -48,6 +60,10 @@
|
|||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© 2026 - Lernprojekt EIS</p>
|
||||
<p>© 2026 - Lernprojekt EIS</p>
|
||||
</footer>
|
||||
|
||||
<script src="script.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Loading…
Reference in a new issue