103 lines
3.0 KiB
HTML
Executable File
103 lines
3.0 KiB
HTML
Executable File
<html>
|
|
<head>
|
|
<title>iceyfox servers</title>
|
|
<style>
|
|
::-webkit-scrollbar {
|
|
width: 0px; /* Remove scrollbar space */
|
|
background: transparent; /* Optional: just make scrollbar invisible */
|
|
}
|
|
body{
|
|
background-image: url('assets/img/index.jpg');
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
}
|
|
.spacer{
|
|
padding-top: 30px;
|
|
}
|
|
|
|
|
|
.header, .body, .footer{
|
|
font-size: 20px;
|
|
width: 96%;
|
|
border: 2px solid black;
|
|
background-color: rgba(250,250,250,0.3);
|
|
padding: 20px;
|
|
}
|
|
.header{
|
|
color: white;
|
|
text-shadow: 2px 2px 2px black;
|
|
padding: 0px;
|
|
width: 98%;
|
|
}
|
|
.body{
|
|
border-radius: 20px;
|
|
}
|
|
.footer{
|
|
background-color: rgba(100,100,100,0.4);
|
|
color: white;
|
|
}
|
|
|
|
|
|
.nav-bar{
|
|
font-size: 20px;
|
|
color: white;
|
|
background-color: rgba(0,120,200,0.2);
|
|
width: 100%;
|
|
}
|
|
.nav-bar td{
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
.nav-bar a{
|
|
text-decoration: none;
|
|
color: white;
|
|
}
|
|
.nav-link:hover{
|
|
background-color: rgba(0,40,200,0.2);
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div align="center">
|
|
<div align="center" class="header">
|
|
<h1>the ice box</h1>
|
|
<div align="left">
|
|
<table class="nav-bar">
|
|
<tr>
|
|
<td>social</td>
|
|
<td class="nav-link"><a target="_BLANK" href="https://www.twitch.tv/iceyrazor">twitch</a></td>
|
|
<td class="nav-link"><a target="_BLANK" href="https://www.youtube.com/channel/UCOBfHd00-1HBu8bwXV63OSw">youtube</a></td>
|
|
<tr>
|
|
<td>rule pages:</td>
|
|
<td class="nav-link"><a target="_BLANK" href="discord_rules.html">discord rules</a></td>
|
|
<td class="nav-link"><a target="_BLANK" href="gmod.html">gmod rules</a></td>
|
|
<td class="nav-link"><a target="_BLANK" href="spaceengineers.html">space engineers rules</a></td>
|
|
<td class="nav-link"><a target="_BLANK" href="minecraft.html">minecraft rules</a></td>
|
|
<td class="nav-link"><a target="_BLANK" href="arma3.html">arma 3 rules</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>scripts</td>
|
|
<td class="nav-link"><a href="/chat/chat.php">simply chaty, my chat box</a></td>
|
|
<td class="nav-link"><a href="/tardisproject/tardis.php">tardis project</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="spacer"></div>
|
|
<div align="left" class="body">
|
|
<p>if you have any ideas, feel free to contact me at the gmail below. (dont spam my gmail or leave stupid s*** there)</p>
|
|
<iframe src="https://discordapp.com/widget?id=367256647254540299&theme=dark" align="center" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
|
|
<p>if button doesn't work here ya go (copy and paste): <a href="https://discord.gg/6bSre9V">https://discord.gg/6bSre9V</a></p>
|
|
</div>
|
|
<div class="spacer"></div>
|
|
<div align="center" class="footer">
|
|
<p align="center">made by the foxy animator 2018-2019</p>
|
|
<p align="center">contact me at: iceyfoxservers@gmail.com, or over discord</p>
|
|
<p align="center">this site is completely scripted from scratch. no web creators are used</p>
|
|
<p align="center">i didn't make the background image i googled it :3</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |