diff options
author | onefang | 2020-09-08 21:34:54 +1000 |
---|---|---|
committer | onefang | 2020-09-08 21:34:54 +1000 |
commit | bd58d3012c26d16150f650c389d1136741d3939d (patch) | |
tree | 3d2aec8bfe0a0c9061ddb4814e71aff33b9b8dc8 /example/www/register.html | |
parent | Add the old bash scripts. (diff) | |
download | opensim-SC-bd58d3012c26d16150f650c389d1136741d3939d.zip opensim-SC-bd58d3012c26d16150f650c389d1136741d3939d.tar.gz opensim-SC-bd58d3012c26d16150f650c389d1136741d3939d.tar.bz2 opensim-SC-bd58d3012c26d16150f650c389d1136741d3939d.tar.xz |
Add the SledjChisl stuff.
Diffstat (limited to '')
-rw-r--r-- | example/www/register.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/example/www/register.html b/example/www/register.html new file mode 100644 index 0000000..46317e6 --- /dev/null +++ b/example/www/register.html | |||
@@ -0,0 +1,15 @@ | |||
1 | <html> | ||
2 | <title>Account for this grid</title> | ||
3 | <head> | ||
4 | <meta charset="UTF-8"> | ||
5 | <link rel="shortcut icon" href="SledjHamrIconSmall.png"> | ||
6 | </head> | ||
7 | <body bgcolor="black" text="white" alink="red" link="blue" vlink="purple"> | ||
8 | Include account registration help for your grid here. | ||
9 | <p> </p> | ||
10 | <p>If you want to register an account on this grid, ask the person that runs it to do that for you.</p> | ||
11 | <p> </p> | ||
12 | <p>If you want to register an account on this grid, <a href="account.html"> click here</a> (when it's written).</p> | ||
13 | <p> </p> | ||
14 | </body> | ||
15 | </html> | ||