began page

This commit is contained in:
2025-12-03 01:30:03 +00:00
parent 9d1c87f3f9
commit 3b94500175

View File

@@ -5,12 +5,20 @@
</script>
<template>
<div>
<UContainer>
<div class="mt-1 mb-2 flex flex-col w-full">
<ProseH2 class="text-center m-0.5 w-full">Hey there, user!</ProseH2>
<ProseP class="text-center text-muted m-0.5">Welcome to the UI!</ProseP>
<UBadge variant="subtle" class="inline mx-auto">Something like that</UBadge>
</div>
</div>
<div class="w-full flex flex-col">
</div>
</UContainer>
</template>
<style>
<style scoped>
</style>