Files
Trackeep/Others/oauth-service/index.html
T
Tomas Dvorak d27cf14110 first test
2026-02-08 14:14:55 +01:00

13 lines
312 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Trackeep Main Controller</title>
</head>
<body>
<div id="root"></div>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>