34 lines
987 B
Plaintext
34 lines
987 B
Plaintext
<html>
|
|
<head>
|
|
<title>iFrame Landing</title>
|
|
<link rel="stylesheet" type="text/css" href="../loading.css?3" />
|
|
<script type="text/javascript" src="../jquery-1.7.1.min.js"></script>
|
|
</head>
|
|
<body style="background:steelblue url( '/images/Landing/background_city.jpg' ) !important;background-size:cover !important;">
|
|
|
|
<table id="wrapper" style="box-shadow: inset 0px 0px 20px 2px;">
|
|
<tr>
|
|
<td>
|
|
<a title="epicness" target="_blank" href="/games/start?placeid=1">
|
|
<img src="./images/RobloniumAdminLogoSmol.png" alt="" class="RobloniumLogo" style="/*width:5.4in;height:0.8in;*/" />
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<script type="text/javascript">
|
|
|
|
$(window).resize(function(){
|
|
|
|
$('.className').css({
|
|
position:'absolute',
|
|
left: ($(window).width() - $('.className').outerWidth())/2,
|
|
top: ($(window).height() - $('.className').outerHeight())/2
|
|
});
|
|
|
|
});
|
|
|
|
// To initially run the function:
|
|
$(window).resize();
|
|
</script
|
|
</body>
|
|
</html> |