Added all Files

This commit is contained in:
Emil 2023-07-30 18:32:42 +02:00
commit 9fe8dfec49
81 changed files with 1135 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

32
lottilx/index.html Normal file
View file

@ -0,0 +1,32 @@
<html lang="de"><meta charset="utf-8">
<head>
<title>LottiLX Startseite</title>
<link rel="icon" sizes="192x192" href="https://r.n-mc.co/skin/face.png?id=13e2a04e89b4371c&scale=4">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div style="background-repeat:no-repeat;background-attachment:fixed;background-size:cover;height:100%;background-image: url(LottiLX-Skyblock.png);">
<div style="font-family:ubuntu;" class="topnav">
<a class="active" href="https://i21k.de/emil/lottilx" title="LottiLX Startseite">Startseite</a>
</div>
<p class="bigtxt">Willkommen auf der Website!</p>
<p class="normaltxt">Lol keine Ahnung was hier noch hin soll. ;)</p>
</div>
<div id="uebermich">
</div>
</body>
</html>

39
lottilx/styles.css Normal file
View file

@ -0,0 +1,39 @@
body {
background-color: #2e2e2e;
}
.topnav {
background-color: rgba(51, 51, 51, 0.863);
overflow: hidden;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 5px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #04AA6D;
color: white;
}
.normaltxt {
font-size:18px;
font-family:ubuntu;
color:white;
}
.bigtxt {
font-size:20px;
font-family:ubuntu;
color:white;
}