<!DOCTYPE html> <html lang="no"> <head> <meta charset="UTF-8" /> <title>trygve.net</title> <meta name="viewport" content="width=device-width,initial-scale=1" /> <meta name="description" content="" /> <link rel="icon" href="favicon.png"> <style> 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); } a:visited { color: rgb(101, 163, 255); } h1 { letter-spacing: 0.2px; font-size: 3em; margin: 0.1rem; color: #33d17a; } h2 { letter-spacing: 5px; margin: 0.1rem; color: #33d17a; } h3 { margin-bottom: 0; } p, ul { margin-top: 0; padding: 0; } .links { list-style: none; } .logo { height: 0.8em; width: auto; margin-right: 0.2em; vertical-align: middle; } </style> </head> <body> <h1>Velkommen</h1> <h2>til sida mi!</h2> <h3>Viktige lenker:</h3> <ul class="links"> <li><a href="https://nextcloud.trygve.net/"><img src="img/nextcloud.svg" alt="Logo" class="logo">Nextcloud</a></li> <li><a href="https://live.trygve.net/"><img src="img/opost.svg" alt="Logo" class="logo">Liveresultater</a></li> </ul> <h3>Mindre viktige lenker:</h3> <ul class="links"> <li><a href="https://trygve.me/phpsysinfo">Server status</a></li> </ul> <h3>Kontakt meg :)</h3> <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>