main-web/index.html

30 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->
<title>混合云管理平台</title>
<link rel="stylesheet" href="/web-common-resource/css/loading.css" />
</head>
<body id="cmp">
<div class="loading">
<div class="loader-inner line-scale-pulse-out-rapid">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<div id="master-container"></div>
<script type="module" src="/src/main.ts"></script>
<script type="module" src="/cof-web/config.js"></script>
<!-- <script src="/web-common-resource/dll/vue@2.6.14.min.js" global></script>
<script src="/web-common-resource/dll/dll.vendor.js" global></script>
<script src="/web-common-resource/dll/dll.element.js" global></script>
<script src="/web-common-resource/dll/element-ui@2.13.0/index.min.js" global></script> -->
</body>
</html>