templates/footer.html (view raw)
1<section class="footer">
2 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
3 <img alt="cc nc-by-sa" src="/static/cc.svg">
4 </a>
5 <a href="https://webring.xxiivv.com/#random" target="_blank">
6 <img alt="xxiivv webring" src="/static/webring.svg">
7 </a>
8 <a href="/blog/feed.xml" >
9 <img alt="rss feed" src="/static/rss.svg" width="30">
10 </a>
11 <a href="https://git.icyphox.sh">
12 <img alt="git" src="/static/git.svg" width="35">
13 </a>
14 <span>Anirudh Oppiliappan © 2021 — BY-NC-SA 4.0</span>
15</section>