added 2 sites

This commit is contained in:
rattatwinko
2025-06-12 09:54:33 +02:00
parent c8aef3d2dd
commit f11fc6b5ca
6 changed files with 175 additions and 21 deletions

View File

@@ -1,21 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Mythos Portal</title>
<link href="css/style.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<header>
<h1>Mythische Welten</h1>
</header>
<div class="div-1">
<h1>PageIndex</h1>
</div>
<div class="div-2">
<li>
<a href="goetter/index.html">Götter Seite</a>
</li>
</div>
</body>
<nav class="navigation">
<a href="goetter/index.html">Götter Seite</a>
<a href="wie_alles_begann/index.html">Wie alles begann</a>
<a href="olymp/index.html">olymp</a>
</nav>
</div>
</body>
</html>