Files
kidsai/html/index.html_backup
2025-06-24 15:43:32 +02:00

92 lines
2.3 KiB
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>Willkommen im Egonetix Portal</title>
<link rel="apple-touch-icon" sizes="180x180" href="/bilder/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/bilder/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/bilder/favicon-16x16.png">
<link rel="manifest" href="/bilder/site.webmanifest">
<style>
body {
background-color: #f2f2f2;
}
h1 {
text-align: center;
font-size: 36px;
margin-top: 50px;
}
.links {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 50px;
}
.link {
text-align: center;
width: 200px;
height: 250px;
margin: 20px;
position: relative;
}
.link img {
width: 100%;
height: 80%;
object-fit: cover;
}
.link a {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-size: 18px;
position: absolute;
top: 0;
left: 0;
}
.link p {
margin-top: 5px;
font-size: 16px;
}
</style>
</head>
<body>
<h1>Willkommen im Egonetix Portal</h1>
<div class="links">
<div class="link">
<a href="https://helferlein.egonetix.de">
<img src="/bilder/wiki.jpg" alt="Wiki" />
</a>
</div>
<div class="link">
<a href="https://blog.egonetix.de/">
<img src="/bilder/blog.jpg" alt="Blog" />
</a>
</div>
<div class="link">
<a href="https://stream.egonetix.de">
<img src="/bilder/stream.png" alt="Stream" />
<p>Stream</p>
</a>
</div>
<div class="link">
<a href="https://nextcloud.egonetix.de">
<img src="/bilder/nextcloud.png" alt="Nextcloud" />
</a>
</div>
<div class="link">
<a href="https://owa.egonetix.de/webapp">
<img src="/bilder/email.jpg" alt="Webmail" />
</a>
</div>
<div class="link">
<a href="https://rezepte.egonetix.de">
<img src="/bilder/rezepte.jpg" alt="Rezepte" />
<p>Rezepte</p>
</a>
</div>
</div>
</body>
</html>