0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/elements/index.html
2024-07-22 11:44:24 +08:00

19 lines
459 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 elements dev page</title>
<script type="module" src="./src/index.ts"></script>
</head>
<body style="background: #111;">
<logto-theme-provider theme="dark">
<logto-user-provider>
<logto-profile-card></logto-profile-card>
</logto-user-provider>
</logto-theme-provider>
</body>
</html>