diff options
author | Adam Stück <adam@adast.dk> | 2023-11-09 20:00:16 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2023-11-09 20:00:16 +0100 |
commit | fbb9bf9877318c084137525de76877033fb627b4 (patch) | |
tree | 418005dade9b93be6104f034be6d5c25157032f1 /build/services/index.html | |
parent | 095f88196d40bf524b241e0c36803f1513bc38c4 (diff) |
drop favicon
Diffstat (limited to 'build/services/index.html')
-rw-r--r-- | build/services/index.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/services/index.html b/build/services/index.html index e1122f3..453ceac 100644 --- a/build/services/index.html +++ b/build/services/index.html @@ -4,7 +4,6 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Services</title> - <link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="alternate" type="application/rss+xml" title="" href='feed'> <link rel="stylesheet" type="text/css" href="/main.css"> </head> @@ -21,12 +20,9 @@ </nav> </header><main> <h1 id="services">Services</h1> - <p>All services are using their default configs and logging.<br> Everything is currently hosted on my <a href="/uses#machines">Hetzner VPS</a> without any CDN.</p> - <h2 id="public">Public</h2> - <table> <thead> <tr> @@ -34,7 +30,6 @@ Everything is currently hosted on my <a href="/uses#machines">Hetzner VPS</a> wi <th>Instance</th> </tr> </thead> - <tbody> <tr> <td>SearXNG</td> @@ -46,9 +41,7 @@ Everything is currently hosted on my <a href="/uses#machines">Hetzner VPS</a> wi </tr> </tbody> </table> - <h2 id="private">Private</h2> - <table> <thead> <tr> @@ -56,7 +49,6 @@ Everything is currently hosted on my <a href="/uses#machines">Hetzner VPS</a> wi <th>Instance</th> </tr> </thead> - <tbody> <tr> <td>Nextcloud</td> @@ -68,7 +60,6 @@ Everything is currently hosted on my <a href="/uses#machines">Hetzner VPS</a> wi </tr> </tbody> </table> - <p>Other: Wireguard (pivpn), Mail (emailwiz)</p> <footer role="contentinfo"> |