2022-12-26 01:10:35 +00:00
|
|
|
<script>
|
|
|
|
import Icon from '@iconify/svelte';
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<br style="margin-top: 20px">
|
2022-12-26 03:29:30 +00:00
|
|
|
<div class="hero is-dark is-small">
|
2022-12-26 01:10:35 +00:00
|
|
|
<div class="hero-body has-text-centered">
|
|
|
|
<p>Copyright © {new Date().getFullYear()} LURE Web Contributors. Licensed under the <a class="has-text-link" href="https://www.gnu.org/licenses/agpl-3.0-standalone.html">AGPLv3</a>.</p>
|
|
|
|
<div class="is-size-4">
|
2023-05-05 00:18:35 +00:00
|
|
|
<a href="https://gitea.elara.ws/Elara6331/lure-web"><Icon icon="cib:gitea"/></a>
|
|
|
|
<a href="https://github.com/Elara6331/lure-web"><Icon icon="mdi:github"/></a>
|
2022-12-26 01:10:35 +00:00
|
|
|
<a href="https://reddit.com/r/linux_user_repository"><Icon icon="ic:round-reddit"/></a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|