Init
This commit is contained in:
commit
6e1aa997ea
2 changed files with 37 additions and 0 deletions
1
Readme.md
Normal file
1
Readme.md
Normal file
|
@ -0,0 +1 @@
|
|||
Webseite für https://www.florianzirker.de
|
36
index.html
Normal file
36
index.html
Normal file
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>florianzirker.de</title>
|
||||
<style>
|
||||
:root {
|
||||
max-width: 80ch;
|
||||
padding: 3em 1em;
|
||||
margin: auto;
|
||||
font-size: 1.25em;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
</style>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
Hier gibt es nichts zu sehen. <br>
|
||||
Bitte gehen Sie weiter.
|
||||
</p>
|
||||
<p>
|
||||
Unterseiten:
|
||||
<ul>
|
||||
<li><a href="https://cloud.florianzirker.de/">Nextcloud</a></li>
|
||||
<li><a href="https://wallabag.florianzirker.de/">Wallabag</a></li>
|
||||
<li><a href="https://gitea.florianzirker.de/">Gitea</a></li>
|
||||
<li><a href="https://meet.florianzirker.de/">Jitsi Meet</a></li>
|
||||
<li><a href="https://mail.florianzirker.de/">Mailcow</a> und <a href="https://mail.florianzirker.de/SOGo/">SOGo</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Reference in a new issue