page index

This commit is contained in:
ZockerKatze
2025-06-11 12:55:18 +02:00
parent 5fc676167f
commit c8aef3d2dd
2 changed files with 32 additions and 0 deletions

11
site/css/style.css Normal file
View File

@@ -0,0 +1,11 @@
.div-1 h1 {
text-align:center;
}
.div-2 a {
display: flex;
justify-content: center;
align-items: center;
text-align:center;
}

21
site/index.html Normal file
View File

@@ -0,0 +1,21 @@
<!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>
<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>
</html>