67 lines
1.9 KiB
HTML
Executable File
67 lines
1.9 KiB
HTML
Executable File
<html>
|
|
<head>
|
|
<title>arma 3 rules and info</title>
|
|
<style>
|
|
body {
|
|
background-image: url("assets/img/arma.jpg");
|
|
background-size: cover;
|
|
background-position: fixed;
|
|
}
|
|
h1 {
|
|
color: rgb(240,240,240);
|
|
text-shadow: 2px 2px 3px #000000;
|
|
}
|
|
fieldset {
|
|
margin-right: 15%;
|
|
margin-left: 15%;
|
|
background-color: rgba(230,230,230,0.7);
|
|
border-radius: 8px;
|
|
border-color: rgb(200,200,200);
|
|
border-style: inset;
|
|
}
|
|
li {
|
|
font-size: 23px;
|
|
}
|
|
.home {
|
|
text-decoration: none;
|
|
overflow: hidden;
|
|
color: #000000;
|
|
border-color: rgb(180,180,180);
|
|
background-color: rgba(140,140,140,1);
|
|
border-style: outset;
|
|
text-shadow: 1px 1px 2px #000000;
|
|
padding: 5px;
|
|
}
|
|
.home:hover {
|
|
border-style: inset;
|
|
text-shadow: 2px 2px 3px #000000;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1 align="center">iceyfox servers, arma 3</h1>
|
|
|
|
<fieldset>
|
|
<br>
|
|
<a class="home" href="index.html">go home (hint click me)</a>
|
|
<!-- rules -->
|
|
<h2 align="center">rules</h2>
|
|
<li>any 93rd NINJA members are allowed to tell you what to do</li>
|
|
<li>no hacking/exploiting</li>
|
|
<li>no stream sniping</li>
|
|
<li>civis and independant can call a raid in text chat to raid main base, and after being granted
|
|
you can raid either solo or in a group, doesn't matter. if you are not granted and you raid the
|
|
might of zeus will be stricken upon you</li>
|
|
<!-- info -->
|
|
<h2 align="center">info</h2>
|
|
<li>the discord <a href="https://discord.gg/A4gUYvY">here</a></li>
|
|
<li>there is a arsenal at the civi spawn for player customization</li>
|
|
<li>if you wanna visit the military base you can, just wait outside the gate and ask in global channel</li>
|
|
<li>if you wanta normal vehicle ask a admin to spawn one,
|
|
it will be spawned at civ spawn or independent spawn depening on what team you are on(global channel)</li>
|
|
<li>if you do wanna rp and not force respawn, call a "DOCTOR!" in global channel and wait,
|
|
the unit will send a medic.. or admin with ace 3 knowledge</li>
|
|
|
|
</fieldset>
|
|
</body>
|
|
</html> |