-
Notifications
You must be signed in to change notification settings - Fork 3
/
ban.php
34 lines (30 loc) · 1.11 KB
/
ban.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php include 'controllers/base/head.php' ?>
<style>
body{
background: linear-gradient( rgba(44, 38, 38, 0.45), rgba(0, 0, 0, 0.45) ), url("./imagenes/profileback.jpg")!important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-size: cover !important;
margin-top: 0px;
display: block;
}
</style>
<div id="headerwrap">
<div class="container">
<div class="row centered">
<div class="col-lg-12">
<h1>ClanWars</h1>
<h3>Plan your attack and win the war!</h3>
<br>
<div class="col-lg-2">
</div>
<div class="col-lg-8 form_corners" >
You are banned from the clan <br />
</div>
<div class="col-lg-2">
</div>
</div>
</div>
</div> <!--/ .container -->
</div><!--/ #headerwrap -->
</body>