low_front/index.html

37 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="renderer" content="webkit" />
<script src="/third/jquery.min.js"></script>
<script src="/third/jsencrypt.min.js"></script>
<script src="/fileConfig.js"></script>
<script src="/third/login.js"></script>
<script src="/third/serverfunc.js"></script>
<script src="/edg/eui/eui.js"></script>
<script type="module" src="/config.js"></script>
<title></title>
<style>
/* html { filter: invert(1) contrast(0.95) saturate(0.5) hue-rotate(180deg);} */
#app,
html,
body {
margin: 0;
padding: 0;
overflow: hidden;
width: 100vw;
height: 100vh;
min-width: 1200px;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>