-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWechat.html
More file actions
28 lines (25 loc) · 929 Bytes
/
Copy pathWechat.html
File metadata and controls
28 lines (25 loc) · 929 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
28
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>微信二维码</title>
<meta name="author" content="唐浩珺">
<meta name="keywords" content="微信二维码">
<meta name="description" content="微信二维码">
<link rel="stylesheet" href="style.css">
<link rel="icon" herf="/images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
</head>
<body>
<div>
<span style="font-size:14px;"><meta http-equiv="X-UA-Compatible" content="IE=edge" /></span>
<img src="images/WechatQRcode.png"
style="position:relative;
width:600px;
text-align:center;
left:500px;
top:100px;" />
</div>
</body>
</html>