forked from songroger/murmur
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
27 lines (26 loc) · 630 Bytes
/
Copy path404.html
File metadata and controls
27 lines (26 loc) · 630 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: default
permalink: /404.html
---
<h2>Sorry, the page may have been removed.</h2>
<div style="
position: relative;
padding-bottom: 100%;
margin-top: 30px;
/*margin-left: auto;
margin-right: auto;*/
height: 0;
overflow: auto;
/*max-width: 600px;*/
-webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY
border: solid black 1px;
">
<iframe style="
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
" src="http://yibo.iyiyun.com/Home/Distribute/ad404/key/17812" frameborder="0" scrolling="no" marginheight="0">
</iframe>
</div>