Files
web/app/components/web-footer.vue
T

18 lines
853 B
Vue

<script setup lang="ts">
import WebThemeToggle from './web-theme-toggle.vue';
</script>
<template>
<footer>
<div class="article article-footer">
<section class="web-section">
<p class="web-footer-notice">
Copyright &copy; Techit Thawiang 2025 (2568). All rights reserved.<br>
PGP/GPG Key: <code style="font-size: 12px;"><a href="https://files.thawia.ng/files/Techit Thawiang_0xE649CED321557334_public.asc">4116 33BE 1B4A 19D4 8D77 9ADE E649 CED3 2155 7334</a></code><br>
Powered by <a class="link" href="https://dailitation.xyz">dailitation.xyz</a>; Website is available under <a class="link" href="https://github.com/TechitWinner/web">GPL-3.0</a>.
</p>
</section>
</div>
</footer>
</template>