-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathawaiting.php
34 lines (31 loc) · 1.29 KB
/
awaiting.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">
<center><a href="index.php"><img src="imagenes/logo.png" width="117" height="109" /></a></center>
<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" >
Your accont is in the process of been aprove it , ask a co-leader, leader on clash to make it faster <br />
</div>
<div class="col-lg-2">
</div>
</div>
</div>
</div> <!--/ .container -->
</div><!--/ #headerwrap -->
</body>