28 lines
959 B
HTML
28 lines
959 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Alone Dreamers!</title>
|
|
<style>
|
|
html { color-scheme: light dark; }
|
|
body { width: 50em; margin: 0 auto;
|
|
font-family: Tahoma, Verdana, Arial, sans-serif; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to the Alone Dreamers website!</h1>
|
|
<p>Please do be noted that we are currently changing some things on the backend.
|
|
Parts of this side may not be available at this time.</p>
|
|
<p>If you need the Discord server, you should be in it, please click on<a href="https://discord.gg/JAvJpnvRtK"> this </a> word</p>
|
|
<br>
|
|
<p>The media is available <a href="https://tv.ibatv.xyz">here.</a></p>
|
|
<br>
|
|
<p>If you would like to connect to any of our game servers, <br>
|
|
please visit <a href="/gameServers">Game Servers</a><br>
|
|
and view how to connect to our network on our <a href="/Connecting">Connecting</a> page.</p>
|
|
<br>
|
|
<p>The <a href="/csgo">CS:GO Demo Archive</a></p>
|
|
<br>
|
|
<p> <a href="/support">Contact/Support</a> page.
|
|
</body>
|
|
</html>
|