diff options
author | onefang | 2019-08-04 10:30:42 +1000 |
---|---|---|
committer | onefang | 2019-08-04 10:30:42 +1000 |
commit | bf27216a290c125f565d08700bb6693387fac9bf (patch) | |
tree | 6d65f274666c6fd9cf21d8a8561c0289535ce051 /example/web/help.html | |
parent | Don't wait_for_text for anything between [], coz that's a grep thing. (diff) | |
download | opensim-SC_OLD-bf27216a290c125f565d08700bb6693387fac9bf.zip opensim-SC_OLD-bf27216a290c125f565d08700bb6693387fac9bf.tar.gz opensim-SC_OLD-bf27216a290c125f565d08700bb6693387fac9bf.tar.bz2 opensim-SC_OLD-bf27216a290c125f565d08700bb6693387fac9bf.tar.xz |
Add a basic generic web server, and a login page, plus stubs for the other basic pages.
And update everyone to suit.
Diffstat (limited to 'example/web/help.html')
-rw-r--r-- | example/web/help.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/example/web/help.html b/example/web/help.html new file mode 100644 index 0000000..64194ca --- /dev/null +++ b/example/web/help.html | |||
@@ -0,0 +1,9 @@ | |||
1 | <html> | ||
2 | <title>Help for this grid</title> | ||
3 | <head> | ||
4 | </head> | ||
5 | <body bgcolor="black" text="white" alink="red" link="blue" vlink="purple"> | ||
6 | Include help for your grid here. | ||
7 | <p> </p> | ||
8 | </body> | ||
9 | </html> | ||