-
Notifications
You must be signed in to change notification settings - Fork 0
/
b_m_1up_home.html
65 lines (57 loc) · 2.06 KB
/
b_m_1up_home.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
<!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_1up_home_title">
<img src="img/mobile/m_1up_home_title.png" />
</div>
<div id="m_1up_home_contents">
<img src="img/mobile/m_1up_home_contents.png" />
</div>
<div id="m_1up_home_go">
<a href="b_m_1up_game.html">
<img src="img/mobile/m_1up_home_go.png" />
</a>
</div>
<div id="m_1up_home_pd">
<img src="img/mobile/m_1up_home_pd.png" />
</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">
<a href="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>