-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.html
More file actions
22 lines (21 loc) · 796 Bytes
/
sample.html
File metadata and controls
22 lines (21 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport"
content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
<meta name="description" content="Fair sample application.">
<title>Hello Fair</title>
<link rel="stylesheet" href="device.css">
</head>
<body>
<!--https://zhuanlan.zhihu.com/p/78689523-->
<div class="mobileContainer">
<div class='mobile_preview_header'><i class='mobile_preview_header_icon'></i></div>
<div class='mobile_preview_frame'>
<iframe class='deviceFrame' name='device' src="/sample/"></iframe>
</div>
<div class='mobile_preview_footer'><i class='mobile_preview_footer_icon'></i></div>
</div>
</body>