From eb55afa5e3aadb80c1ddd3b15f65bd3e8d2ca43f Mon Sep 17 00:00:00 2001 From: Adam Spragg <adam@spra.gg> Date: Wed, 6 Jun 2018 23:14:11 +0100 Subject: Add /obs/server-status and index file for /obs --- html/obs/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 html/obs/index.html (limited to 'html/obs') diff --git a/html/obs/index.html b/html/obs/index.html new file mode 100644 index 0000000..4c845d6 --- /dev/null +++ b/html/obs/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>Admin stuff</title> + </head> + <body> + <h1>Admin stuff</h1> + <ul> + <li><a href="server-status">server status</a></li> + <li><a href="awstats">awstats</a></li> + </ul> + </body> +</html> -- cgit v1.2.1