23 lines
684 B
HTML
23 lines
684 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,viewport-fit=cover"/>
|
||
|
<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" />
|
||
|
<!-- <link rel="stylesheet" type="text/css" href="引入h5页面基础样式"> -->
|
||
|
<style>
|
||
|
img {
|
||
|
-ms-interpolation-mode: bicubic;
|
||
|
}
|
||
|
img {
|
||
|
width: 100%;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="phone_preview_div"></div>
|
||
|
</body>
|
||
|
</html>
|