mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
d7b6987b48
* refactor(console, experience): optimize bundling * fix: use correct favicon paths * chore: use dynamic react dependency checking in bundling
16 lines
389 B
HTML
16 lines
389 B
HTML
<!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" />
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="app"></div>
|
|
<script type="module" src="src/index.tsx"></script>
|
|
</body>
|
|
|
|
</html>
|