cherry_fe/public/index.html

49 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cherry</title>
<meta name="description" content="Cherry!为长理同学提供课表,成绩代理查询服务" />
<meta name="keywords" content="Cherry,长春理工大学,长理app,教务系统,查课表,查成绩" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="apple-touch-icon-precomposed" href="<%= BASE_URL %>favicon.ico">
<!-- 标题 -->
<meta itemprop="name" content="Cherry" />
<!-- 描述 -->
<meta itemprop="description" content="为长理同学提供课表代理查询服务" />
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?aafe1beec6d17b21c73850d2466965dc";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script>
try {
console.log('%cInspire Studio Copyright \xa9 2019-%s',
'font-size:12px;color:#999999;', (new Date).getFullYear());
}
catch (e) {
}
</script>
<script src="//at.alicdn.com/t/font_1630993_l8ge7m6darc.js"></script>
</head>
<body>
<noscript>
<strong>We're sorry but cust doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>