csc-web/public/index.html

31 lines
806 B
HTML
Raw Permalink Normal View History

2024-05-31 05:28:48 +00:00
<!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="/static/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>