mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
56ffba151b
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
17 lines
415 B
HTML
17 lines
415 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
|
|
<link rel="icon" href="./favicon.ico" />
|
|
<title>Logto Live Preview</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>
|