This commit is contained in:
Trygve 2023-11-30 16:39:51 +01:00
parent 5a07358acb
commit f2f5838dfb
1 changed files with 11 additions and 4 deletions

View File

@ -7,13 +7,18 @@
<meta name="description" content="" />
<link rel="icon" href="favicon.png">
<style>
body {
html {
background-color: black;
color: white;
font-family: "Noto Sans", "Liberation Sans","Trebuchet MS", Helvetica, sans-serif;
font-size: x-large;
text-align: center;
}
@media screen and (max-width: 500px) {
body {
font-size: large;
}
}
a:link {
color: rgb(101, 163, 255);
}
@ -35,15 +40,17 @@
margin-bottom: 0;
}
p, ul {
margin-top: 0
margin-top: 0;
padding: 0;
}
.links {
list-style: none;
list-style: none;
}
.logo {
height: 0.8em;
width: auto;
margin-right: 0.2em;
vertical-align: middle;
}
</style>
</head>
@ -60,6 +67,6 @@
<li><a href="https://trygve.me/phpsysinfo">Server status</a></li>
</ul>
<h3>Kontakt meg :)</h3>
<p>epost: <a href="mailto:trygve@posteo.no">posteo.no</a> matrix: <a href="https://matrix.to/#/@trygve:trygve.net">@trygve:trygve.net</a></p>
<p>epost: <a href="mailto:trygve@posteo.no">trygve@posteo.no</a> matrix: <a href="https://matrix.to/#/@trygve:trygve.net">@trygve:trygve.net</a></p>
</body>
</html>