0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00
logto/packages/elements/index.html

18 lines
387 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/account/index.ts"></script>
2024-07-16 01:55:47 -05:00
</head>
2024-07-18 23:43:05 -05:00
<body style="background: #ecebf5;">
<logto-account-provider>
Logto Account Provider
</logto-account-provider>
2024-07-16 01:55:47 -05:00
</body>
2024-07-18 23:43:05 -05:00
2024-07-16 01:55:47 -05:00
</html>