-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
31 lines (30 loc) · 853 Bytes
/
footer.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
<link rel="stylesheet" href="./Css/footer.css" />
<footer>
<div class="footer-content">
<h1 style="color:white;">Over The Clouds</h1>
<p>
<b>Over The Clouds</b>
Main GT road,
Gujranwala,
Pakistan,
52250
</p>
<div class="footer-icon">
<a href="#">
<img src="assets/facebook.png" alt="" />
</a>
<a href="#">
<img src="assets/telegram.png" alt="" />
</a>
<a href="#">
<img src="assets/instagram.png" alt="" />
</a>
<a href="#">
<img src="assets/linkedin.png" alt="" />
</a>
<a href="#">
<img src="assets/youtube.png" alt="" />
</a>
</div>
</div>
</footer>