0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/demo-app/index.html

18 lines
427 B
HTML
Raw Normal View History

2022-05-29 08:11:58 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="./src/apple-touch-icon.png">
<link rel="icon" href="./src/favicon.ico" />
<title>Logto Live Preview</title>
2022-05-29 08:11:58 -05:00
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="app"></div>
2024-07-23 01:52:45 -05:00
<script type="module" src="src/index.tsx"></script>
2022-05-29 08:11:58 -05:00
</body>
</html>