mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
50 lines
1.7 KiB
HTML
50 lines
1.7 KiB
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, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" /> -->
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
<style type="text/css">
|
|
.qa-basic{
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
}
|
|
.qa-solve{
|
|
color:#08A890;
|
|
}
|
|
.qa-unSolve{
|
|
color:#588afc;
|
|
}
|
|
</style>
|
|
<script>
|
|
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
|
|
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')
|
|
</script>
|
|
<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
|
|
<script src="<%= BASE_URL %>static/editor/quill.min.js"></script>
|
|
<script src="<%= BASE_URL %>static/editor/image-resize.min.js"></script>
|
|
<script>
|
|
if(window.top != window.self){
|
|
window.top.location=window.self.location;
|
|
}
|
|
//u-pre.boe.com b82bf0f37925106413d857aa98e47533
|
|
//u.boe.com ea89f02dca369037a73c5e3907e2c14a
|
|
var _hmt = _hmt || [];
|
|
(function() {
|
|
var hm = document.createElement("script");
|
|
hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a";
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(hm, s);
|
|
})();
|
|
</script>
|
|
<!--preload-links-->
|
|
<!--app-context-->
|
|
</head>
|
|
<body>
|
|
<div id="app"><!--app-html--></div>
|
|
<!-- <script type="javascript" src="/main.js"></script> -->
|
|
|
|
</body>
|
|
</html>
|