diff options
Diffstat (limited to '')
-rw-r--r-- | web/password_help.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/password_help.html b/web/password_help.html new file mode 100644 index 0000000..aef6bd5 --- /dev/null +++ b/web/password_help.html | |||
@@ -0,0 +1,11 @@ | |||
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 | </head> | ||
7 | <body bgcolor="black" text="white" alink="red" link="blue" vlink="purple"> | ||
8 | Include password help for your grid here. | ||
9 | <p> </p> | ||
10 | </body> | ||
11 | </html> | ||