0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
logto/packages/ui/src/index.html

16 lines
267 B
HTML
Raw Normal View History

2022-02-17 18:25:54 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<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>