Login test

This commit is contained in:
2025-03-20 17:50:28 +01:00
parent 1d7d24655f
commit 7ac279da8e
7 changed files with 147 additions and 5 deletions

16
pages/index.vue Normal file
View File

@@ -0,0 +1,16 @@
<script setup lang="ts">
</script>
<template>
<div>
<h1 class="text-3xl font-bold underline">
Hello world!
</h1>
<Button label="Verify"/>
</div>
</template>
<style scoped>
</style>