18 lines
537 B
HTML
18 lines
537 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="color-scheme" content="light dark" />
|
|
<title>登录 · IAM</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<noscript>本页使用 React 渲染页面,请启用 JavaScript。</noscript>
|
|
<script id="login-context" type="application/json">
|
|
__IAM_PAGE_CONTEXT__
|
|
</script>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|