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.

31 lines
981 B
PHP

<?php
$title = "connect";
$tags = "connect";
$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="~$ Connect 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">~$ Connect 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>