Initial Commit

This commit is contained in:
2025-08-14 18:03:08 +01:00
parent 6490b08e08
commit 916c770216
32 changed files with 1595 additions and 10 deletions
+12
View File
@@ -0,0 +1,12 @@
<template>
<footer
class="mt-8 border z-10 border-[#33353F] border-l-transparent border-r-transparent text-white"
>
<div class="container p-12 flex justify-between">
<div>
<img src="@/assets/logo.png" alt="Logo" width="40" height="40" />
</div>
<p class="text-slate-600">© All rights reserved.</p>
</div>
</footer>
</template>