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