feat: implement chat interface and registration modal

This commit is contained in:
2025-08-13 17:07:59 +02:00
parent bfa70ef14e
commit 5ccc6f2672
7 changed files with 212 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
</head>
<body>
<body class="dark bg-neutral-950 text-neutral-100 antialiased">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>