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/web/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 'example/web/loginpage.html')
-rw-r--r-- | example/web/loginpage.html | 97 |
1 files changed, 0 insertions, 97 deletions
diff --git a/example/web/loginpage.html b/example/web/loginpage.html deleted file mode 100644 index 5ca5a52..0000000 --- a/example/web/loginpage.html +++ /dev/null | |||
@@ -1,97 +0,0 @@ | |||
1 | <html> | ||
2 | <title><!--#echo var="grid" --> splash page</title> | ||
3 | <head> | ||
4 | <link rel="shortcut icon" href="SledjHamrIconSmall.png"> | ||
5 | <meta http-equiv="refresh" content="120"> | ||
6 | <style> | ||
7 | html, body | ||
8 | { | ||
9 | margin: 0; | ||
10 | padding: 0; | ||
11 | color: white; | ||
12 | } | ||
13 | a {color: green;} | ||
14 | a:link {color: green;} | ||
15 | a:visited {color: purple;} | ||
16 | a:hover {color: red;} | ||
17 | a:active {color: blue;} | ||
18 | |||
19 | .container | ||
20 | { | ||
21 | position: relative; | ||
22 | text-align: left; | ||
23 | } | ||
24 | |||
25 | .top-left | ||
26 | { | ||
27 | position: absolute; | ||
28 | top: 8px; | ||
29 | left: 16px; | ||
30 | width: 30%; | ||
31 | } | ||
32 | |||
33 | .top-right | ||
34 | { | ||
35 | position: absolute; | ||
36 | top: 8px; | ||
37 | right: 16px; | ||
38 | width: 30%; | ||
39 | } | ||
40 | |||
41 | .centre | ||
42 | { | ||
43 | position: absolute; | ||
44 | top: 50%; | ||
45 | left: 50%; | ||
46 | width: 30%; | ||
47 | transform: translate(-50%, -50%); | ||
48 | } | ||
49 | |||
50 | .bottom-left | ||
51 | { | ||
52 | position: absolute; | ||
53 | bottom: 8px; | ||
54 | left: 16px; | ||
55 | width: 30%; | ||
56 | } | ||
57 | |||
58 | .bottom-right | ||
59 | { | ||
60 | position: absolute; | ||
61 | bottom: 8px; | ||
62 | right: 16px; | ||
63 | width: 30%; | ||
64 | } | ||
65 | </style> | ||
66 | </head> | ||
67 | <body> | ||
68 | <div class="container"> | ||
69 | <img src="SledjHamr.png" alt="SledjHamr" style="width:100%;height:100%;"> | ||
70 | <div class="top-left"> | ||
71 | <h1>Add your fancy splash page for <!--#echo var="grid" --> here.</h1> | ||
72 | <p> </p> | ||
73 | <p> </p> | ||
74 | <p> </p> | ||
75 | <p>Perhaps describe <!--#echo var="grid" --> here.</p> | ||
76 | </div> | ||
77 | <div class="top-right"> | ||
78 | <h1>Login URI - <!--#echo var="uri" --></h1> | ||
79 | <p> </p> | ||
80 | <p>There are <!--#echo var="members" --> members of this grid.</p> | ||
81 | <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world.</p> | ||
82 | <p>There are <!--#echo var="outworld" --> locals out on the hypergrid.</p> | ||
83 | <p>There have been <!--#echo var="day30" --> locals and visitors on this grid in the last month.</p> | ||
84 | <p>There are <!--#echo var="sims" --> regions, though some might not be online right now.</p> | ||
85 | </div> | ||
86 | <div class="centre"> | ||
87 | <p>Maybe add some news or events here, or something.</p> | ||
88 | </div> | ||
89 | <div class="bottom-left"> | ||
90 | <p>CSS by Taylor Temper, photo by onefang rejected.</p> | ||
91 | </div> | ||
92 | <div class="bottom-right"> | ||
93 | <p><!--#echo var="grid" --> is running <a href="https://sledjhamr.org/mantisbt/project_page.php?project_id=8"><!--#echo var="version" --></a>, | ||
94 | part of the <a href="https://sledjhamr.org/git/docs/index.html">SledjHamr</a> project.</p> | ||
95 | </div> | ||
96 | </body> | ||
97 | </html> | ||