mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
0d76b91271
* feat(ui): add passcode input component add passcode input component * fix(ui): cr fix code review fix * refactor(ui): refactor style sheets refactor style sheets
16 lines
340 B
HTML
16 lines
340 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Logto</title>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="app"></div>
|
|
<script type="module" src="index.tsx"></script>
|
|
</body>
|
|
|
|
</html>
|