diff options
author | onefang | 2020-03-16 20:19:08 +1000 |
---|---|---|
committer | onefang | 2020-03-16 20:19:08 +1000 |
commit | 7b85022c0ddfd85feb4c7a36ec45b8cc35f6f06b (patch) | |
tree | 2dbcd207d6268a5432ea219cf49ec8b9d22fb582 /example/www/loginpage.html | |
parent | Ignore the src build temporary directories. (diff) | |
download | opensim-SC-7b85022c0ddfd85feb4c7a36ec45b8cc35f6f06b.zip opensim-SC-7b85022c0ddfd85feb4c7a36ec45b8cc35f6f06b.tar.gz opensim-SC-7b85022c0ddfd85feb4c7a36ec45b8cc35f6f06b.tar.bz2 opensim-SC-7b85022c0ddfd85feb4c7a36ec45b8cc35f6f06b.tar.xz |
Shift web stuff to the www folder, and update it.
Diffstat (limited to '')
-rw-r--r-- | example/www/loginpage.html (renamed from example/web/loginpage.html) | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/example/web/loginpage.html b/example/www/loginpage.html index 5ca5a52..bd6d8c6 100644 --- a/example/web/loginpage.html +++ b/example/www/loginpage.html | |||
@@ -1,7 +1,8 @@ | |||
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 | <link rel="shortcut icon" href="SledjHamrIconSmall.png"> | 4 | <meta charset="UTF-8"> |
5 | <link rel="shortcut icon" href="/SledjHamrIconSmall.png"> | ||
5 | <meta http-equiv="refresh" content="120"> | 6 | <meta http-equiv="refresh" content="120"> |
6 | <style> | 7 | <style> |
7 | html, body | 8 | html, body |
@@ -63,11 +64,21 @@ a:active {color: blue;} | |||
63 | width: 30%; | 64 | width: 30%; |
64 | } | 65 | } |
65 | </style> | 66 | </style> |
67 | <link type="text/css" rel="stylesheet" href="/debugStyle.css" media="all" /> | ||
66 | </head> | 68 | </head> |
67 | <body> | 69 | <body> |
68 | <div class="container"> | 70 | <div class="container"> |
69 | <img src="SledjHamr.png" alt="SledjHamr" style="width:100%;height:100%;"> | 71 | <img src="/SledjHamr.png" alt="SledjHamr" style="width:100%;height:100%;"> |
70 | <div class="top-left"> | 72 | <div class="top-left"> |
73 | <p class="hoverItem"> | ||
74 | <div class="hoverWrapper0"> | ||
75 | <p>DEBUG</p> | ||
76 | <div id="hoverShow0"> | ||
77 | <h1>DEBUG log</h1> | ||
78 | <!--#echo var="DEBUG" --> | ||
79 | </div> | ||
80 | </div> | ||
81 | </p> | ||
71 | <h1>Add your fancy splash page for <!--#echo var="grid" --> here.</h1> | 82 | <h1>Add your fancy splash page for <!--#echo var="grid" --> here.</h1> |
72 | <p> </p> | 83 | <p> </p> |
73 | <p> </p> | 84 | <p> </p> |