Change footer layout

This commit is contained in:
Techit Thawiang
2025-07-03 20:16:20 +07:00
parent 637989a328
commit 68faeb3fbd
+2
View File
@@ -1,10 +1,12 @@
<template> <template>
<footer id="web-footer"> <footer id="web-footer">
<section id="web-footer-content">
<hr> <hr>
<small> <small>
Copyright &copy; Techit Thawiang 2025 (2568). All rights reserved.<br> Copyright &copy; Techit Thawiang 2025 (2568). All rights reserved.<br>
PGP/GPG Key: <code style="font-size: 12px;"><a href="/portal/f/Techit Thawiang_0xE649CED321557334_public.asc">4116 33BE 1B4A 19D4 8D77 9ADE E649 CED3 2155 7334</a></code><br> PGP/GPG Key: <code style="font-size: 12px;"><a href="/portal/f/Techit Thawiang_0xE649CED321557334_public.asc">4116 33BE 1B4A 19D4 8D77 9ADE E649 CED3 2155 7334</a></code><br>
Powered by <a href="https://dailitation.xyz">dailitation.xyz</a>, <a href="https://github.com/TechitWinner/web">Source Code</a>. Powered by <a href="https://dailitation.xyz">dailitation.xyz</a>, <a href="https://github.com/TechitWinner/web">Source Code</a>.
</small> </small>
</section>
</footer> </footer>
</template> </template>