forked from common/base_ar_react
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width,initial-scale=1,user-scalable=no"
|
|
/>
|
|
<meta name="theme-color" content="#000000" />
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<script src="%PUBLIC_URL%/polyfill.js"></script>
|
|
<script src="%PUBLIC_URL%/es7.js"></script>
|
|
<script src="%PUBLIC_URL%/aes.js"></script>
|
|
<script
|
|
type="text/javascript"
|
|
src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"
|
|
></script>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://res.wx.qq.com/open/libs/weui/2.0.1/weui.min.css"
|
|
/>
|
|
<script
|
|
type="text/javascript"
|
|
src="https://res.wx.qq.com/t/wx_fed/cdn_libs/res/weui/1.2.3/weui.min.js"
|
|
></script>
|
|
</head>
|
|
<body>
|
|
<style>
|
|
#root {
|
|
position: fixed;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
</style>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|
|
|