-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
51 lines (47 loc) · 2.53 KB
/
Copy pathfooter.php
File metadata and controls
51 lines (47 loc) · 2.53 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<div class="footer-1">
<div class="footer-2">
<div class="main">
<div class="col">
<h4>Menu Links</h4>
<ul>
<li><a href="./home.php">Home</a></li>
<li><a href="./esport/esport.php">E-sport</a></li>
<li><a href="./cc/cc.php">Contant creater</a></li>
<!-- <li><a href="#">Parterns</a></li> -->
<li><a href="./ecom/cloth web/index.php" target="blank">Shop</a></li>
</ul>
</div>
<div class="col">
<h4>E-sport</h4>
<ul>
<li><a href="./esport/game/bgmi.php">BGMI</a></li>
<li><a href="./esport/game/valorant.php">VALORANT</a></li>
<li><a href="./esport/game/pokemonunite.php">POKEMON UNITE</a></li>
<li><a href="./esport/game/clashroyal.php">CLASH ROYAL</a></li>
<li><a href="./esport/game/clashofclans.php">CLASH OF CLANS</a></li>
</ul>
</div>
<div class="col">
<h4>Information</h4>
<ul>
<li><a href="./ecom/cloth web/about.php">About us</a></li>
<!-- <li><a href="#">Delivery Information</a></li> -->
<!-- <li><a href="#">Privarcy Policy</a></li> -->
<li><a href="terms.php">Terms & Condation</a></li>
</ul>
</div>
<div class="col">
<h4>Contact Us</h4>
<div class="social-1">
<a href="https://www.facebook.com/groups/s8ulesports/" target="blank"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/s8ul.esports/?hl=en" target="blank"><i class="bx bxl-instagram" ></i></a>
<a href="https://twitter.com/S8ulesports?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="blank"><i class="bx bxl-twitter" ></i></a>
<a href="https://www.youtube.com/c/s8ulgg" target="blank"><i class="bx bxl-youtube" ></i></a>
</div>
</div>
<div class="copyright">
<p>© 2023, 5 Pixel web technology pvt.ltd</p>
</div>
</div>
</div>
</div>