Added footer

This commit is contained in:
2023-06-21 10:31:44 +02:00
parent a1e6fa66ed
commit 82bc60896f
3 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
<script setup lang="ts">
</script>
<template>
<div class="flex flex-col gap-4 text-center font-thin dark:text-slate-400 ">
<div class="flex flex-col">
<a href="mailto:bugs@release11.com">Found a bug?</a>
<a href="#" class="hidden">Privacy Policy</a>
</div>
<span>Copyright 2023 <br/> Release11</span>
</div>
</template>