aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/var/www/html/password_help.html
diff options
context:
space:
mode:
authoronefang2021-09-09 12:30:24 +1000
committeronefang2021-09-09 12:30:24 +1000
commit5e05f276c5ea784df0de86d70bf7aab2e5de32d5 (patch)
treeae0b057c8e50ad486102c2a8dabc293d8a0a9bfd /example/var/www/html/password_help.html
parentRemove various empty example directories that are auto created now. (diff)
downloadopensim-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 'example/var/www/html/password_help.html')
-rw-r--r--example/var/www/html/password_help.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/example/var/www/html/password_help.html b/example/var/www/html/password_help.html
new file mode 100644
index 0000000..db6c659
--- /dev/null
+++ b/example/var/www/html/password_help.html
@@ -0,0 +1,13 @@
1<html>
2<title>Password help for this grid</title>
3 <head>
4 <meta charset="UTF-8">
5 <link rel="shortcut icon" href="SledjHamrIconSmall.png">
6 <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' />
7 <meta http-equiv="refresh" content="120">
8 </head>
9 <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red'>
10 <p>Include password help for your grid here.</p>
11 <p>&nbsp;</p>
12 </body>
13</html>