diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-04-25 00:54:15 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-04-25 00:54:15 +0100 |
| commit | 45a18c0ecb364c42307641b4057ff5a814e69b2e (patch) | |
| tree | 3ede8191b4b2ddb55df393d5b70d02977f4d8ea4 /index.php | |
Version control
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/index.php b/index.php new file mode 100644 index 0000000..d828e0f --- /dev/null +++ b/index.php @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html> + +<head> + <title>Welcome to bongo</title> + <link rel="stylesheet" type="text/css" href="styles.css"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> +</head> + +<body> + <div class="container"> + <h1>Welcome to bongo</h1> + <ul> + <li>Jellyfin (:8096) <a href="http://bongo.local:8096">[local]</a> <a href="http://bongo.int.leonardobishop.com:8096">[int.leonardobishop.com]</a></li> + <li>Jellyfin (https) (broken)</li> + <li>Nextcloud <a href="https://cloud.int.leonardobishop.com">[int.leonardobishop.com]</a></li> + <li>Vaultwarden <a href="https://vault.int.leonardobishop.com">[int.leonardobishop.com]</a></li> + </ul> + <hr> + <a href="/status.php">Get status</a> + </div> +</body> |
