This commit is contained in:
valere
2024-08-18 18:47:15 +02:00
commit 24e7bb58fa
25 changed files with 8926 additions and 0 deletions

5
pages/logo.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<div class="bg-black h-screen w-full flex justify-center p-16">
<img src="/logo.svg">
</div>
</template>