-
Notifications
You must be signed in to change notification settings - Fork 0
/
a_m_2up_result_me.html
73 lines (65 loc) · 2.45 KB
/
a_m_2up_result_me.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!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_2up_result_me_bg">
<img src="img/mobile/m_2up_result_me_bg.png" />
</div>
<div id="m_2up_result_me_title">
<img src="img/mobile/m_2up_result_me_title.png" />
</div>
<div id="m_2up_result_me_img">
<!--<img src="img/mobile/m_2up_result_me_img.png" />-->
</div>
<div id="m_2up_result_me_friend">
<img src="img/mobile/m_2up_result_me_friend.png" />
</div>
<div id="m_2up_result_me_number">
150 + 150
<!--<img src="img/mobile/m_2up_result_me_number.png" />-->
</div>
<div id="m_2up_result_me_coupon">
<a href="a_m_coupon.html">
<img src="img/mobile/m_2up_result_me_coupon.png" />
</a>
</div>
<div id="m_2up_result_me_total_number">
<!--<img src="img/mobile/m_2up_result_me_total_number.png" />-->999
</div>
<!--<div id="nav_exchange">
<a href="m_coupon_list.html" target="_self">
<img src="img/mobile/nav_exchange.png" />
</a>
</div>
<div id="nav_home">
<img src="img/mobile/nav_home.png" />
</div>-->
<div id="logo">
<img src="img/mobile/logo.png" />
</div>
</div>
</body>
</html>