csc-web/public/index.html

29 lines
872 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>用户控制台</title>
<link rel="stylesheet" href="/web-common-resource/css/loading.css" />
</head>
<body id="cmp">
<noscript>
<strong>We're sorry but csc-web doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<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="app"></div>
<script type="text/javascript" src="/static/config.js"></script>
<!-- built files will be auto injected -->
</body>
</html>