diff options
author | onefang | 2021-09-09 12:30:24 +1000 |
---|---|---|
committer | onefang | 2021-09-09 12:30:24 +1000 |
commit | 5e05f276c5ea784df0de86d70bf7aab2e5de32d5 (patch) | |
tree | ae0b057c8e50ad486102c2a8dabc293d8a0a9bfd /example/var/www/html/stats.html | |
parent | Remove various empty example directories that are auto created now. (diff) | |
download | opensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.zip opensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.tar.gz opensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.tar.bz2 opensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.tar.xz |
Rejig the web stuff.
Move to examples to example/var/www.
Move the web socket to scRoot/var/run.
Make the name of the web socket configurable.
Populate the scRoot/var/www from exomples if it's empty.
Everyone uses SledjChisl.css now.
Some clean ups.
Comment++
Diffstat (limited to '')
-rw-r--r-- | example/var/www/html/stats.html (renamed from example/www/stats.html) | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/example/www/stats.html b/example/var/www/html/stats.html index 7b51b06..a48ee01 100644 --- a/example/www/stats.html +++ b/example/var/www/html/stats.html | |||
@@ -3,20 +3,8 @@ | |||
3 | <head> | 3 | <head> |
4 | <meta charset="UTF-8"> | 4 | <meta charset="UTF-8"> |
5 | <link rel="shortcut icon" href="/SledjHamrIconSmall.png"> | 5 | <link rel="shortcut icon" href="/SledjHamrIconSmall.png"> |
6 | <link type='text/css' rel='stylesheet' href='/SledjChisl.css' media='all' /> | ||
6 | <meta http-equiv="refresh" content="120"> | 7 | <meta http-equiv="refresh" content="120"> |
7 | <style> | ||
8 | html, body {background-color: black; color: white; font-family: 'sans-serif'; margin: 0; padding: 0;} | ||
9 | a:link {color: aqua;} | ||
10 | a:visited {color: fuchsia;} | ||
11 | a:hover {color: blue;} | ||
12 | a:active {color: red;} | ||
13 | button {background-color: darkgreen; color: white; font-family: 'sans-serif';} | ||
14 | button:hover {color: blue;} | ||
15 | button:active {color: red;} | ||
16 | label {background-color:darkgreen; color: white; font-family: 'sans-serif'; font-size: 160%;} | ||
17 | input {background-color:darkblue; color: white; font-family: 'sans-serif'; font-size: 80%;} | ||
18 | textarea {background-color:darkblue; color: white; font-family: 'sans-serif'; font-size: 80%; vertical-align: top;} | ||
19 | </style> | ||
20 | </head> | 8 | </head> |
21 | <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red'> | 9 | <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red'> |
22 | <font face='sans-serif'> | 10 | <font face='sans-serif'> |