<html> <title><!--#echo var="grid" --> splash page</title> <head> <meta http-equiv="refresh" content="120"> <style> html, body { margin: 0; padding: 0; color: white; } a {color: green;} a:link {color: green;} a:visited {color: purple;} a:hover {color: red;} a:active {color: blue;} .container { position: relative; text-align: left; } .top-left { position: absolute; top: 8px; left: 16px; width: 30%; } .top-right { position: absolute; top: 8px; right: 16px; width: 30%; } .centre { position: absolute; top: 50%; left: 50%; width: 30%; transform: translate(-50%, -50%); } .bottom-left { position: absolute; bottom: 8px; left: 16px; width: 30%; } .bottom-right { position: absolute; bottom: 8px; right: 16px; width: 30%; } </style> </head> <body> <div class="container"> <img src="SledjHamr.png" alt="SledjHamr" style="width:100%;height:100%;"> <div class="top-left"> <h1>Add your fancy splash page for <!--#echo var="grid" --> here.</h1> <p> </p> <p> </p> <p> </p> <p>Perhaps describe <!--#echo var="grid" --> here.</p> </div> <div class="top-right"> <h1>Login URI - <!--#echo var="uri" --></h1> <p> </p> <p>There are <!--#echo var="members" --> members of this grid.</p> <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world.</p> <p>There are <!--#echo var="outworld" --> locals out on the hypergrid.</p> <p>There have been <!--#echo var="month" --> locals and visitors on this grid in the last month.</p> <p>There are <!--#echo var="sims" --> regions, though some might not be online right now.</p> </div> <div class="centre"> <p>Maybe add some news or events here, or something.</p> </div> <div class="bottom-left"> <p>CSS by Taylor Temper, photo by onefang rejected.</p> </div> <div class="bottom-right"> <p><!--#echo var="grid" --> is running <a href="https://sledjhamr.org/mantisbt/project_page.php?project_id=8"><!--#echo var="version" --></a></p> </div> </body> </html>