Add deployment

This commit is contained in:
2025-09-06 22:49:57 +02:00
parent fbd73d7345
commit e5e9bfa14a
6 changed files with 76 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
<script setup lang="ts"></script>
<template><h1>home</h1></template>
<style scoped></style>
+7
View File
@@ -0,0 +1,7 @@
<script setup lang="ts"></script>
<template>
<h1>Stats</h1>
</template>
<style scoped></style>