Commit 93a96d03 authored by liurufeng's avatar liurufeng

增加壳

parent 6478b4db
<html>
<head></head>
<body style="margin: 0;text-align: center;">
<iframe style="border: none;" id="box" src="./index.html" height="100%">
</iframe>
</body>
<script type="text/javascript">
window.onresize = function(){
var height = document.body.clientHeight;
var width = 1080*height/1920;
box=document.getElementById('box');
box.style.width=width+"px";
box.style.height=height+"px";
}
window.onresize();
</script>
</html>
\ No newline at end of file
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<meta name='full-screen' content='true' /> <meta name='full-screen' content='true' />
<meta name='x5-fullscreen' content='true' /> <meta name='x5-fullscreen' content='true' />
<meta name='360-fullscreen' content='true' /> <meta name='360-fullscreen' content='true' />
<meta name="laya" screenorientation="landscape" /> <meta name="laya" screenorientation="portrait" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv='expires' content='0' /> <meta http-equiv='expires' content='0' />
<meta http-equiv="Cache-Control" content="no-siteapp" /> <meta http-equiv="Cache-Control" content="no-siteapp" />
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
<!--jsfile--Main--> <!--jsfile--Main-->
<script src="js/Main.js"></script> <script src="js/Main.js"></script>
<!--jsfile--Main--> <!--jsfile--Main-->
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment