Add dark mode UI with PocketBase auth

This commit is contained in:
2026-07-27 03:27:43 +02:00
parent c4f794d442
commit af3fc31d22
2 changed files with 92 additions and 63 deletions
+7 -9
View File
@@ -1,14 +1,12 @@
<!doctype html>
<html lang="en">
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>my-app</title>
<title>Giriş Paneli</title>
</head>
<body>
<div class="min-h-screen bg-slate-900 text-white flex items-center justify-center">
<h1 class="text-4xl font-bold text-emerald-400">Tailwind CSS Aktif! 🚀</h1>
</div>
<body class="bg-slate-950">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
</html>