mirror of
https://github.com/dyzulk/telebot.git
synced 2026-01-26 22:01:54 +07:00
11 lines
730 B
PHP
11 lines
730 B
PHP
<!--===== FOOTER =====-->
|
|
<footer class="footer">
|
|
<p class="footer__title">myPortfolio</p>
|
|
<div class="footer__social">
|
|
<a href="https://facebook.com/dyzulk" class="footer__icon"><i class='bx bxl-facebook' ></i></a>
|
|
<a href="https://instagram.com/dyzulk" class="footer__icon"><i class='bx bxl-instagram' ></i></a>
|
|
<a href="https://twitter.com/dyzulk_" class="footer__icon"><i class='bx bxl-twitter' ></i></a>
|
|
</div>
|
|
<p class="footer__copy">Copyright © 2022 - <script>document.write(new Date().getFullYear())</script> <a href="/" style="color: #fff;">Herdy Iskandar</a>. All rigths reserved</p>
|
|
</footer>
|