tg-turing
Version:
turing components
24 lines (22 loc) • 1.1 kB
HTML
<html lang="en">
<head>
<title>wisedu-h5tag</title>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!-- 新的应用不再使用rem作为单独单位,统一使用px,老应用如果打包后有样式问题,将此依赖放开即可 -->
<!--<script src="./static/mobile/js/utils/computeRootSize.min.js"></script>-->
<link rel="stylesheet" href="/static/styles/iview.css">
<link rel="stylesheet" href="http://res.wisedu.com/fe_components/turing-form/css/default/tg-turing.min.css">
<link rel="stylesheet" href="https://res.wisedu.com/fe_components/skins/mint2.0/skin.css">
<link rel="stylesheet" href="https://res.wisedu.com/fe_components/mobile/MINT/style.min.css">
<link rel="stylesheet" href="http://cdnres.campusphere.cn/fe_components/iconfont_mobile/iconfont.css">
<script>
</script>
</head>
<body>
<div id="app"></div>
<script src="dist/build.s"></script>
</body>
</html>