...
|
...
|
@@ -10,11 +10,6 @@ |
|
|
<meta content="yes" name="apple-mobile-web-app-capable">
|
|
|
<meta content="telephone=no" name="format-detection">
|
|
|
<meta content="email=no" name="format-detection">
|
|
|
<script>
|
|
|
window.onerror = function(a, b, c, d, e) {
|
|
|
alert(a)
|
|
|
}
|
|
|
</script>
|
|
|
<script type="text/javascript">
|
|
|
(function(d,c){var e=d.documentElement,a="orientationchange" in window?"orientationchange":"resize",b=function(){var f=e.clientWidth;if(!f){return}if(f>=750){e.style.fontSize="40px"}else{e.style.fontSize=40*(f/750)+"px"}};if(!d.addEventListener){return}b();c.addEventListener(a,b,false);d.addEventListener("DOMContentLoaded",b,false)})(document,window);
|
|
|
</script>
|
...
|
...
|
|