-
Notifications
You must be signed in to change notification settings - Fork 0
/
a_m_facebook_share.html
57 lines (49 loc) · 1.84 KB
/
a_m_facebook_share.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="zh_TW">
<head>
<meta charset="utf-8" />
<title>Subway 解FUN冬天 一起新鮮動吃動吃</title>
<meta name="keywords" content="" />
<meta name="description" content="Subway 解FUN冬天 一起新鮮動吃動吃" />
<!--for mobile,it's website can delete this line-->
<meta name="viewport" content="width=640, user-scalable=no">
<!--facebook meta-->
<meta property="og:title" content="Subway 解FUN冬天 一起新鮮動吃動吃" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.google.com" />
<meta property="og:image" content="http://www.google.com/img/_fb_share.png" />
<meta property="og:site_name" content="this is site name" />
<meta property="og:description" content="Subway 解FUN冬天 一起新鮮動吃動吃" />
<!--End of facebook meta-->
<link rel="stylesheet" href="css/mobile.css" type="text/css">
</head>
<body>
<div id="mobile">
<div id="bg">
<img src="img/mobile/bg.png" />
</div>
<div id="bg-snow">
<img src="img/mobile/bg-snow.png" />
</div>
<div id="m_facebook_share_share">
<img src="img/mobile/m_facebook_share_share.png" />
</div>
<div id="m_facebook_share_contents">
<img src="img/mobile/m_facebook_share_contents.png" />
</div>
<div id="nav_exchange">
<a href="a_m_coupon_list.html" target="_self">
<img src="img/mobile/nav_exchange.png" />
</a>
</div>
<div id="nav_home">
<a href="b_m_otc_home.html">
<img src="img/mobile/nav_home.png" />
</a>
</div>
<div id="logo">
<img src="img/mobile/logo.png" />
</div>
</div>
</body>
</html>