Migrate from previous project with updated dependencies ready for March 2025
This commit is contained in:
12
src/components/Footer.svelte
Normal file
12
src/components/Footer.svelte
Normal file
@@ -0,0 +1,12 @@
|
||||
<script>
|
||||
const year = new Date().getFullYear();
|
||||
</script>
|
||||
|
||||
<footer class="border-ecsess-black m-12 flex h-fit flex-col items-center justify-between border-t-2">
|
||||
<div>
|
||||
<p class="text-content py-3 text-center">
|
||||
Created by ECSESS with love {'<3'}. <br />
|
||||
© {year} under GNU General Public License v3.0.
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user