0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00
logto/packages/elements/index.html

20 lines
459 B
HTML
Raw Normal View History

2024-07-16 01:55:47 -05:00
<!DOCTYPE html>
<html lang="en">
2024-07-18 23:43:05 -05:00
2024-07-16 01:55:47 -05:00
<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>
2024-07-18 23:43:05 -05:00
2024-07-16 01:55:47 -05:00
<body style="background: #111;">
<logto-theme-provider theme="dark">
2024-07-19 04:46:55 -05:00
<logto-user-provider>
2024-07-18 23:43:05 -05:00
<logto-profile-card></logto-profile-card>
</logto-user-provider>
2024-07-16 01:55:47 -05:00
</logto-theme-provider>
</body>
2024-07-18 23:43:05 -05:00
2024-07-16 01:55:47 -05:00
</html>