aboutsummaryrefslogtreecommitdiff
path: root/src/_includes/partials/footer.njk
blob: a142a70591262f83732ad461635b9a049a4f4f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<footer>
    <hr>
    <ul>
        <li>
            <p>&copy; 2022 Indrajith K L </p>
        </li>
    </ul>
    <img src="/images/indrajith_dev_gif_banner.gif" class="etyone" alt="">
    <div class="visitor-count">
        <a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Findrajith.dev&count_bg=%23EB10A7&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=Visitors&edge_flat=true"/></a>
    </div>
</footer>