~mika/www.m1kadev.nl

ref: 3d57df45ce73eee1a18b7baaab5a77ad59dc13fb www.m1kadev.nl/bricks/footer.thtml -rw-r--r-- 522 bytes
3d57df45 — m1ka new stylesheets ! 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<footer>
<div id="build-info">
    {{ &build_info }}
    All content on this website is licensed under <a href="">CC-BY-SA-4.0</a>, unless otherwise noted.
</div>
<div id="links">
    <a rel="me" href="https://codeberg.org/m1ka/" style="text-decoration: none;">
        <img id="codeberg" src="/static/codeberg-logo_icon_blue.svg">
    </a>
    <a rel="me" href="https://mastodon.social/@m1kadev" style="text-decoration: none;">
        <img id="mastodon" src="/static/mastodon-logo-purple.svg">
    </a>
</div>
</footer>