uploading source code for ibatv.xyz

This commit is contained in:
IveBeenAlone 2024-12-22 20:25:29 -05:00
commit 2870b3e8cc
14 changed files with 133 additions and 0 deletions

16
404.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>Error</title>
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<h1>Page not found.</h1>
<p>Sorry, We couldn't find the page you were looking for.<br/>
Please try again later.</p>
</body>
</html>

18
50x.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Error</title>
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<h1>An error occurred.</h1>
<p>Sorry, the page you are looking for is currently unavailable.<br/>
Please try again later.</p>
<p>If you are the system administrator of this resource then you should check
the error log for details.</p>
</body>
</html>

16
Connecting/index.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>AD! - Connecting</title>
<style>
html { color-scheme: light dark; }
body { width: 50em; margin: 0 auto; line-height: 2;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<p><a href="/">back</a></p>
<h1>Please join the discord for more info.</h1>
</body>
</html>

BIN
Thumbs.db Normal file

Binary file not shown.

BIN
android-chrome-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

BIN
android-chrome-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

BIN
apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 948 B

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

34
gameServers/index.html Normal file
View File

@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<title>AD! - Game Servers</title>
<style>
html { color-scheme: light dark; }
body { width: 50em; margin: 0 auto; line-height: 2;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<p><a href="/">back</a></p>
<h1>Game Servers.</h1>
<p>
Please inquire on the Discord Server to see what all servers we have running.
</p>
<!-- <p>
The current game servers that we have up and running at the moment are: <br>
<b>Azerothcore (WoW) 3.3.5a</b>, client available at <a href="https://wowdl.net/client/World-of-Warcraft-3.3.5a.12340-enUS">here.</a><br>
You will have to look up how to setup your "realmlist.wtf" or "Config.wtf" by yourself.<br>
<br>
<br>
<b>Sven co-op</b> with Half-life 1, Opposing Force, Blue Shift, C.A.G.E.D, Decay, and more!<br>
*connect using the "local" tab when connected with Radmin*
</p> -->
</body>
</html>

27
index.html Normal file
View File

@ -0,0 +1,27 @@
<!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>

1
site.webmanifest Normal file
View File

@ -0,0 +1 @@
{"name":"Alone Dreamers","short_name":"IBATV","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

21
support/index.html Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>AD! - Support</title>
<style>
html { color-scheme: light dark; }
body { width: 50em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<p><a href="/">back</a></p>
<h1>Support.</h1>
<p>
Hello, if for some reason you need to contact us, please email <a href="mailto:iba@ibatv.xyz">this email address</a> and we will respond as soon as we can.
Please put the subject in the Header of the email, thanks.
</p>
</body>
</html>