first pages

This commit is contained in:
Frank Agerholm 2026-01-25 10:58:20 +01:00
commit cf983ce274
No known key found for this signature in database
3 changed files with 41 additions and 0 deletions

7
frontend/pages/index.vue Normal file
View file

@ -0,0 +1,7 @@
<template>
<div class="p-6">
<h1 class="text-3xl font-bold">Worklog Dashboard</h1>
<p class="mt-4">Willkommen im internen Worklog-System.</p>
</div>
</template>