diff options
author | onefang | 2019-08-13 07:36:15 +1000 |
---|---|---|
committer | onefang | 2019-08-13 07:36:15 +1000 |
commit | 884204d01c1b0f0a99b637d5678c0d1f8a4e2ae0 (patch) | |
tree | e77d0a48bba8fc8a07d291c96eba2aea0b2f5ec1 /example | |
parent | Beef up the web server a bit. (diff) | |
download | opensim-SC_OLD-884204d01c1b0f0a99b637d5678c0d1f8a4e2ae0.zip opensim-SC_OLD-884204d01c1b0f0a99b637d5678c0d1f8a4e2ae0.tar.gz opensim-SC_OLD-884204d01c1b0f0a99b637d5678c0d1f8a4e2ae0.tar.bz2 opensim-SC_OLD-884204d01c1b0f0a99b637d5678c0d1f8a4e2ae0.tar.xz |
Reload splash page every couple of minutes, to get fresh stats.
Diffstat (limited to '')
-rw-r--r-- | example/web/loginpage.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/web/loginpage.html b/example/web/loginpage.html index 3f6e6b1..cca795e 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html | |||
@@ -1,6 +1,7 @@ | |||
1 | <html> | 1 | <html> |
2 | <title><!--#echo var="grid" --> splash page</title> | 2 | <title><!--#echo var="grid" --> splash page</title> |
3 | <head> | 3 | <head> |
4 | <meta http-equiv="refresh" content="120"> | ||
4 | <style> | 5 | <style> |
5 | html, body | 6 | html, body |
6 | { | 7 | { |