-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
30 lines (29 loc) · 1.05 KB
/
footer.html
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
<footer>
<br>
<div class="footer-links">
<h3>© 2021 - 2024 Cheeter Technologies™</h3>
<div>
<a href="#"><i class='bx bxl-facebook'></i></a>
<a href="#"><i class='bx bxl-twitter'></i></a>
<a href="#"><i class='bx bxl-instagram-alt'></i></a>
<a href="https://www.youtube.com/@cheeterdev"><i class='bx bxl-youtube'></i></a>
<a href="https://dsc.gg/cheeter"><i class='bx bxl-discord-alt'></i></a>
<a href="https://github.com/cheeterdev"><i class='bx bxl-github'></i></a>
</div>
</div>
<div class="footer-content">
<div class="fc-devs">
<h3>For Developers</h3>
<a href="https://github.com/cheeterdev/CCMumtad">CCMumtad</a>
</div>
<div class="fc-services">
<h3>Our Services</h3>
<p>coming soon</p>
</div>
<div class="fc-cheeter">
<h3>About Cheeter</h3>
<p>coming soon</p>
</div>
</div>
</footer>
<link rel="stylesheet" href="styles.css">