added web frontend files

This commit is contained in:
2025-04-16 17:15:20 +02:00
parent 586052d7b0
commit fc5515a2fa
9 changed files with 1562 additions and 0 deletions

2
web/src/main.ts Normal file
View File

@@ -0,0 +1,2 @@
import './style.css'

2
web/src/style.css Normal file
View File

@@ -0,0 +1,2 @@
@import "tailwindcss";

1
web/src/vite-env.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
/// <reference types="vite/client" />