Add example project

This commit is contained in:
Alois 2026-07-02 22:58:57 +02:00
commit db9e65e9d7
18 changed files with 4650 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark" />
<title>TAuth SDK Example</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>