26 lines
764 B
HTML
26 lines
764 B
HTML
<!DOCTYPE html>
|
|
|
|
<head>
|
|
<style>
|
|
body {
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
a {
|
|
color: #00bfff;
|
|
}
|
|
</style>
|
|
<link rel="icon" href="favicon.ico">
|
|
</head>
|
|
|
|
|
|
<title>Tobias' Intranet</title>
|
|
<h1>WELCOME TO THE INTRANET</h1>
|
|
<h1><a href="http://192.168.xx.xx:xx" target="_blank">Proxmox</a></h1>
|
|
<h1><a href="http://192.168.xx.xx:xx" target="_blank">Grafana</a></h1>
|
|
<h1><a href="http://192.168.xx.xx:xx" target="_blank">Calibre</a></h1>
|
|
<h1><a href="http://192.168.xx.xx:xx" target="_blank">Jellyfin</a></h1>
|
|
<h1><a href="http://192.168.0.70/files" target="_blank">Files</a></h1>
|
|
<h1><a href="http://192.168.xx.xx:xx" target="_blank">Simply Translate</a></h1>
|
|
<h1><a href="https://tobiastime.xyz" target="_blank">tobiastime</a></h1>
|