Add index.html
This commit is contained in:
25
index.html
Normal file
25
index.html
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
<!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>
|
||||||
Reference in New Issue
Block a user