web/public/index.html
2019-06-29 10:45:04 +08:00

35 lines
1.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh-cn">
<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="//cdn.staticfile.org/element-ui/2.8.2/theme-chalk/index.css">
<style>
.loading-text{
font-family: "PingFang SC","Microsoft YaHei",sans-serif;
position: fixed;left:0;right:0;text-align:center;
top:50%;transform: rotateY(-50%);font-size:20px;
}
</style>
</head>
<body>
<noscript>
<strong>
We're sorry but App doesn't work properly without JavaScript enabled.
Please enable it to continue.<br />
本应用需要在JavaScript环境下才能正常运行请启用后再继续使用。
</strong>
</noscript>
<div id="app">
<div class="loading-text">应用资源加载中...</div>
</div>
<script src="//cdn.staticfile.org/vue/2.6.10/vue.min.js"></script>
<script src="//cdn.staticfile.org/vue-router/3.0.6/vue-router.min.js"></script>
<script src="//cdn.staticfile.org/vue-i18n/8.11.2/vue-i18n.min.js"></script>
<script src="//cdn.staticfile.org/element-ui/2.8.2/index.js"></script>
<!-- built files will be auto injected -->
</body>
</html>