-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathwebpage.html
34 lines (32 loc) · 1015 Bytes
/
webpage.html
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
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>天勤 H5</title>
<link rel="stylesheet" href="css/webpage.css">
</head>
<body>
<div class="row">
<div class="col" style="vertical-align: top;text-align: center;">
<h2>天勤H5 - 在线预览</h2>
<h2>打开手机微信/QQ/浏览器扫一扫。</h2>
<img src="img/qrcode.png" alt="">
</div>
<div class="col" style="text-align: right;">
<div class="marvel-device iphone8 gold">
<div class="top-bar"></div>
<div class="sleep"></div>
<div class="volume"></div>
<div class="camera"></div>
<div class="sensor"></div>
<div class="speaker"></div>
<div class="screen">
<iframe src="index.html" style="border:0;width: 100%;height: 100%;"></iframe>
</div>
<div class="home"></div>
<div class="bottom-bar"></div>
</div>
</div>
</div>
</body>
</html>