2022-05-29 08:11:58 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2024-07-24 21:07:28 -05:00
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="./src/apple-touch-icon.png">
|
2024-08-06 09:08:36 -05:00
|
|
|
<link rel="icon" href="./src/favicon.ico" />
|
2023-03-07 22:34:40 -05:00
|
|
|
<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>
|