page index
This commit is contained in:
11
site/css/style.css
Normal file
11
site/css/style.css
Normal 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
21
site/index.html
Normal 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>
|
||||||
Reference in New Issue
Block a user