feat: coping most of the php file into teh html works jsut fine
This commit is contained in:
parent
98aaf7333e
commit
32021cc389
1 changed files with 24 additions and 4 deletions
28
index.html
28
index.html
|
@ -1,10 +1,30 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Redirect</title>
|
<title>Skynet Games Server</title>
|
||||||
<!--<meta http-equiv = "refresh" content = "1; url = http://games.skynet.ie/map/index.html" />-->
|
<link rel="stylesheet" type="text/css" href="css/main.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p>Redirecting . . .</p>
|
<div id="container">
|
||||||
|
<img src="img/header.jpg" alt="Header Image"/>
|
||||||
|
<div id="info">
|
||||||
|
<h3>Welcome to the UL CompSoc Minecraft server</h3>
|
||||||
|
<p>To play on the server, you must:
|
||||||
|
<ol>
|
||||||
|
<li><p>Own a copy of <a href="http://www.minecraft.net/">Minecraft</a></p></li>
|
||||||
|
<li><p>Be a member of the UL Computer Society<br/>
|
||||||
|
<span class="hint">Learn how to join the society <a href="https://ulwolves.ie/society/compsoc">here</a></span></p></li>
|
||||||
|
<li><p>Get your Minecraft username added to our server's whitelist<br/>
|
||||||
|
<span class="hint">Email <a href="mailto:minecraft@skynet.ie?subject=Add to MC Whitelist">minecraft@skynet.ie</a></span></p></li>
|
||||||
|
</ol>
|
||||||
|
<p>Once that's done, connect to "<em>games.skynet.ie</em>" from the multiplayer section of Minecraft. Enjoy!</p>
|
||||||
|
<p>You can view a live map of our world at <a href="http://games.skynet.ie/map/index.html">games.skynet.ie/map/</a></p>
|
||||||
|
<!--<p>Some networks block the minecraft port (25565), but you can get around this by connecting to port 21 instead "<em>games.skynet.ie:21</em>"</p>-->
|
||||||
|
<p>If you are interested in adding more games to this server contact <a href="mailto:compsoc@skynet.ie">compsoc@skynet.ie</a> and we will see what we can do, we are trialing this server with just Minecraft at the moment</p>
|
||||||
|
<br/><h3>Minecraft Server Status:</h3>
|
||||||
|
</div>
|
||||||
|
<!--<p class="map">New! <a href="map/">View real-time map</a></p>-->
|
||||||
|
<p style="text-align:center"><a style="border:none!important" href="http://skynet.ie"><img width="200px" src="img/CompSoc_Logo_PNG.png" /></a></p>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue