njzscloud-dispose-web/index.html

38 lines
686 B
HTML

<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8"/>
<link href="/idux-icons/vite.svg" rel="icon" type="image/svg+xml"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<style>
html {
overflow: hidden;
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
border: 0;
font-size: var(--el-font-size-medium);
}
html,
body,
#app {
overflow: hidden;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
}
</style>
<title></title>
</head>
<body>
<div id="app"></div>
<script src="/src/main.ts" type="module"></script>
</body>
</html>