This commit is contained in:
2024-07-01 18:53:01 +02:00
parent c7c5a4fe45
commit 87a8f7dbff
3 changed files with 18 additions and 2340 deletions

View File

@@ -1,13 +1,18 @@
<template>
<NuxtLoadingIndicator color="#808080" />
<AppBackground />
<UContainer class="z-50 relative">
<AppHeader />
<NuxtPage class="mt-12" />
<AppFooter />
</UContainer>
<div>
<NuxtLoadingIndicator color="#808080" />
<AppBackground />
<UContainer class="z-50 relative">
<AppHeader />
<NuxtPage class="mt-12" />
<AppFooter />
</UContainer>
</div>
</template>
<script lang="ts" setup>
</script>
<style>
body {
font-family: 'DM Sans', sans-serif;