Initial commit

This commit is contained in:
2025-11-09 17:52:30 +01:00
parent 22b558ed78
commit a2e823c4c3
21 changed files with 5458 additions and 328 deletions

13
frontend/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/images/lock.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TOTP Demo</title>
</head>
<body>
<div id="root" class="p-0 m-0"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>