RBXLegacy-src/Cut/RBXLegacySite/index.php

56 lines
2.7 KiB
PHP

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" id="pee">
<head>
<title>RBXLegacy</title>
<link rel="stylesheet" type="text/css" href="css/RBXLegacy_normal.css" title="normal"/>
<link rel="stylesheet" type="text/css" href="css/RBXLegacy_dark.css" title="dark">
<link rel="stylesheet" type="text/css" href="css/RBXLegacy_normalOrigins06.css" title="normalorigins06"/>
<link rel="stylesheet" type="text/css" href="css/RBXLegacy_darkOrigins06.css" title="darkorigins06">
<link rel="stylesheet" type="text/css" href="css/RBXLegacy_classic.css" title="classic">
<link rel="stylesheet" type="text/css" href="css/RBXLegacy_classicdark.css" title="classicdark">
<link rel="Shortcut Icon" type="image/ico" href="images/rbxlegacyicon.ico"/>
<script type="text/javascript" src="js/js_funcs.js"></script>
</head>
<body onload="set_style_from_cookie()">
<div id="Container">
<div id="Header">
<div id="Banner">
<center><div id="Logo"><a id="logo" title="RBXLegacy" href="index.php" style="display:inline-block;cursor:pointer;"><img src="images/Logo.png" border="0" id="img" alt="RBXLegacy"/></a></div></center>
</div>
<div class="Navigation">
<span><a id="Games" class="MenuItem" href="games.php">Games</a></span>
<span class="Separator"> | </span>
<span><a id="HostServer" class="MenuItem" href="hostserver.php">Host Server</a></span>
</div>
</div>
<div id="Body">
<div id="SplashContainer">
<div id="MainPanel">
<center>
<div id="genlink"><b>alert text</b></div>
</center>
</div>
<div id="MainPanel">
<center>
<h2>Welcome to RBXLegacy!</h2>
<form>
<input type="submit" onclick="switch_style('normal'); return false;" name="theme" value="Light" id="normal">
<input type="submit" onclick="switch_style('dark'); return false;" name="theme" value="Dark" id="dark">
<input type="submit" onclick="switch_style('normalorigins06'); return false;" name="theme" value="Light (Origins06)" id="normalorigins06">
<input type="submit" onclick="switch_style('darkorigins06'); return false;" name="theme" value="Dark (Origins06)" id="darkorigins06">
<input type="submit" onclick="switch_style('classic'); return false;" name="theme" value="Classic Light" id="classic">
<input type="submit" onclick="switch_style('classicdark'); return false;" name="theme" value="Classic Dark" id="classicdark">
</form>
</center>
</div>
</div>
</div>
<div id="Footer">
RBXLegacy does not knowingly host copyrighted content. If you host a server, we store your IP address, but it is not publicly distributed to users on the site.
</div>
</div>
</body>
</html>