Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cdn
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
llewan
cdn
Commits
93a96d03
Commit
93a96d03
authored
May 07, 2019
by
liurufeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加壳
parent
6478b4db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletion
+22
-1
Main.html
fengkuangguaishouche-weixin/h5/jinjibazuqiu/Main.html
+19
-0
index.html
fengkuangguaishouche-weixin/h5/jinjibazuqiu/index.html
+3
-1
No files found.
fengkuangguaishouche-weixin/h5/jinjibazuqiu/Main.html
0 → 100644
View file @
93a96d03
<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
fengkuangguaishouche-weixin/h5/jinjibazuqiu/index.html
View file @
93a96d03
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment