This commit is contained in:
ctengiz
2024-04-11 21:02:41 +03:00
parent d77f0f8359
commit 719edfd33a
8 changed files with 14 additions and 30 deletions

15
ui/src/pages/index.vue Normal file
View File

@@ -0,0 +1,15 @@
<template>
<q-page class="flex flex-center">
<img
alt="Quasar logo"
src="~assets/quasar-logo-vertical.svg"
style="width: 200px; height: 200px"
>
</q-page>
</template>
<script setup>
defineOptions({
name: 'IndexPage'
});
</script>