-
Notifications
You must be signed in to change notification settings - Fork 2
/
qr_code.html
33 lines (33 loc) · 1022 Bytes
/
qr_code.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,viewport-fit=cover">
<title>扫码关注</title>
<link rel="stylesheet" href="css/base.css" type="text/css">
<link rel="stylesheet" href="css/personal.css" type="text/css">
<link rel="stylesheet" href="css/bg.css"type="text/css">
<script src="js/jquery-1.12.4.min.js"></script>
</head>
<body>
<div class="page-hd">
<span class="icon-back">
<a href="my_order.html">
<img src="img/back.png" alt="" />
</a>
</span>
扫码关注
</div>
<div class="qr-code-box">
<div class="qr-code-wrapper">
<div class="qr-code">
<img src="img/qrcode.jpg" alt="">
</div>
<div class="desc">
鹍远公众号
</div>
</div>
</div>
</body>
</html>