34 lines
982 B
HTML
Executable File
34 lines
982 B
HTML
Executable File
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
<!-- 百度禁止转码 -->
|
|
<meta http-equiv="Cache-Control" content="no-siteapp" />
|
|
<!-- 是否开启webapp全屏模式 -->
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<!-- 设置状态栏背景颜色 -->
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<!-- 忽略页面中的数字识别为电话 -->
|
|
<meta name="format-detection" content="telephone=no">
|
|
<title>静态页</title>
|
|
<script>
|
|
/* require('./modules/js/zepto.min/zepto.min');
|
|
function fontRem() {
|
|
var designW = 640;
|
|
var html = $('html');
|
|
var winW = html.width();
|
|
html.css('font-size',(winW / designW) * 100 +'px');
|
|
}
|
|
|
|
fontRem();
|
|
$(window).resize(function(){
|
|
fontRem();
|
|
})*/
|
|
|
|
</script>
|
|
|
|
<link rel="stylesheet" href="../../static/aio.css" />
|
|
</head>
|
|
<body>
|