You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?php
|
|
|
|
$title = "reconnect";
|
|
|
|
$tags = "reconnect";
|
|
|
|
$root = "";
|
|
|
|
require "includes/start-meta.php";
|
|
|
|
?>
|
|
|
|
<link rel="stylesheet" href="styles/splash.css" />
|
|
|
|
<link rel="stylesheet" href="styles/fonts.css" />
|
|
|
|
<style type="text/css">
|
|
|
|
html, body {margin: 0; height: 100%; overflow: hidden}
|
|
|
|
</style>
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:title" content="~$ Reconnect to the Broken-Moon Network" />
|
|
|
|
<meta property="og:image" content="/images/banner.gif" />
|
|
|
|
<meta property="og:image:type" content="image/gif" />
|
|
|
|
<meta property="og:image:width" content="88" />
|
|
|
|
<meta property="og:image:height" content="31" />
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1><span><a href="home.php">~$ Reconnect to the Broken-Moon Network</a></span></h1>
|
|
|
|
|
|
|
|
<?php
|
|
|
|
$usragent=$_SERVER['HTTP_USER_AGENT'];
|
|
|
|
if (!strpos($usragent, 'PaleMoon') !== false) {
|
|
|
|
echo '<p style="position: absolute; right: 10px; bottom: 10px;"><a href="scrollbar.php">Display Scrollbar on this Site</a></p>';
|
|
|
|
}
|
|
|
|
?>
|
|
|
|
</body>
|
|
|
|
</html>
|