abtmtr-v13/views/components/footer.ejs

13 lines
589 B
Text
Raw Normal View History

2024-08-21 06:05:24 +00:00
<hr />
2024-08-20 19:30:37 +00:00
<footer>
<section>
<p>abtmtr.link v13 &copy; MeowcaTheoRange 2024</p>
<p>Licensed under the <a href="https://cdn.abtmtr.link/licenses/kkpl/license-v2.2.txt">Karkat Public License</a>.</p>
2024-08-21 06:05:24 +00:00
<p>Git repository: <a href="https://git.abtmtr.link/MeowcaTheoRange/abtmtr-v13" target="_blank">MeowcaTheoRange/abtmtr-v13</a></p>
</section>
<section style="text-align: center;">
<% buttons.forEach((button) => { %>
<a href="<%= button.href %>"><img src="<%= button.img %>" title="<%= button.alt %>" alt="<%= button.alt %>" /></a>
<% }) %>
2024-08-20 19:30:37 +00:00
</section>
</footer>