|
|
1
|
+<!DOCTYPE html>
|
|
|
2
|
+<html>
|
|
|
3
|
+<head>
|
|
|
4
|
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
5
|
+ <meta charset="utf-8">
|
|
|
6
|
+ <title>{{staticTitle}}</title>
|
|
|
7
|
+ <!-- <meta name="apple-mobile-web-app-title" content="SUMMER SALE"> -->
|
|
|
8
|
+ <meta name="format-detection" content="telephone=no">
|
|
|
9
|
+ <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui">
|
|
|
10
|
+ <meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
11
|
+ <meta name="apple-mobile-web-app-status-bar-style" content="grey">
|
|
|
12
|
+ <script>
|
|
|
13
|
+ (function(d,c){var e=d.documentElement,a="orientationchange" in window?"orientationchange":"resize",b=function(){var f=e.clientWidth;if(!f){return}if(f>=640){e.style.fontSize="80px"}else{e.style.fontSize=80*(f/640)+"px"}};if(!d.addEventListener){return}b();c.addEventListener(a,b,false);d.addEventListener("DOMContentLoaded",b,false)})(document,window);
|
|
|
14
|
+ </script>
|
|
|
15
|
+</head>
|
|
|
16
|
+<body>
|
|
|
17
|
+ <div class="main-wrap">
|
|
|
18
|
+ 元宵节抽签
|
|
|
19
|
+ </div>
|
|
|
20
|
+</body> |