<!DOCTYPE html>
<!--<html manifest="/static/cache/demo.appcache">-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<meta name="screen-orientation" content="portrait"><!-- uc强制竖屏 -->
<meta name="x5-orientation" content="portrait"><!-- QQ强制竖屏 -->
<title>唱唱启蒙英语</title>
<link rel="stylesheet" href="https://at.alicdn.com/t/font_822651_g9r2j7kybxu.css">
<style>
*{
-webkit-overflow-scrolling: touch
}
.wrapper {
height: 100vh;
overflow: hidden;
position: fixed;
background: #f4f4f4;
}
</style>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<script src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
<script src="static/vconsole/vconsole.min.js"></script>
</body>
</html>
-
chenyishuai@singsingenglish.com authored5e19dce0