diff options
author | Adam Spragg <adam@spra.gg> | 2018-06-06 23:14:11 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2018-06-06 23:14:11 +0100 |
commit | eb55afa5e3aadb80c1ddd3b15f65bd3e8d2ca43f (patch) | |
tree | 32ae4b7785a0e1e3e73e0099bc9d6f4e40b62086 /html/obs/index.html | |
parent | 47e000d2354cc23ba530f3012a35a4b671fe0f32 (diff) |
Add /obs/server-status and index file for /obs
Diffstat (limited to 'html/obs/index.html')
-rw-r--r-- | html/obs/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
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> |