aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/web/register.html
diff options
context:
space:
mode:
authoronefang2019-08-04 10:30:42 +1000
committeronefang2019-08-04 10:30:42 +1000
commitbf27216a290c125f565d08700bb6693387fac9bf (patch)
tree6d65f274666c6fd9cf21d8a8561c0289535ce051 /example/web/register.html
parentDon't wait_for_text for anything between [], coz that's a grep thing. (diff)
downloadopensim-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 '')
-rw-r--r--example/web/register.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/example/web/register.html b/example/web/register.html
new file mode 100644
index 0000000..a316f41
--- /dev/null
+++ b/example/web/register.html
@@ -0,0 +1,11 @@
1<html>
2<title>Account for this grid</title>
3<head>
4</head>
5<body bgcolor="black" text="white" alink="red" link="blue" vlink="purple">
6Include account registration help for your grid here.
7<p>&nbsp;</p>
8<p>If you want to register an acocunt on this grid, ask the person that runs it to do that for you.</p>
9<p>&nbsp;</p>
10</body>
11</html>