updated avatars and voice mode
All checks were successful
Deploy FluentGerman.ai / deploy (push) Successful in 51s

This commit is contained in:
2026-02-16 20:59:39 +01:00
parent 3890f0479f
commit bce4124974
5 changed files with 227 additions and 137 deletions

View File

@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -7,6 +8,7 @@
<title>FluentGerman.ai — Login</title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<div class="page-center">
<div class="card card-sm">
@@ -28,9 +30,11 @@
<button type="submit" class="btn btn-primary btn-block">Sign In</button>
</form>
</div>
<span class="version-label">v0.1</span>
</div>
<script src="/js/api.js"></script>
<script src="/js/auth.js"></script>
</body>
</html>
</html>