blob: abce719f0069aec56e9a2e7e322688264303d3ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
<html>
<title><!--#echo var="grid" --> splash page</title>
<head>
<style>
.container {
position: relative;
text-align: left;
color: white;
}
.top-left {
position: absolute;
top: 8px;
left: 16px;
}
.top-right {
position: absolute;
top: 8px;
right: 16px;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.bottom-left {
position: absolute;
bottom: 8px;
left: 16px;
}
.bottom-right {
position: absolute;
bottom: 8px;
right: 16px;
}
</style>
</head>
<body bgcolor="black" text="white" alink="red" link="green" vlink="purple">
<div class="container">
<img src="SledjHamr.png" alt="SledjHamr" style="width:100%;height:98%;">
<div class="top-left">
<h1>Add your fancy splash page for <!--#echo var="grid" --> here.</h1>
<p> </p>
<p> </p>
<p> </p>
<p>There are likely some (<!--#echo var="members" -->) members of this grid.</p>
<p> </p>
<p>There are maybe some (<!--#echo var="inworld" -->) people in world now (including hypergridders).</p>
<p> </p>
<p>There are maybe some (<!--#echo var="outworld" -->) locals hypergridding now.</p>
<p> </p>
<p>There is probably at least one (<!--#echo var="sims" -->) region, maybe more.</p>
<p> </p>
</div>
<div class="top-right">
<h1>Login URI - <!--#echo var="uri" --></h1>
</div>
<div class="bottom-right">
<p> This grid is running <a href="https://sledjhamr.org/mantisbt/project_page.php?project_id=8"><!--#echo var="version" --></a></p>
</div>
</body>
</html>
|