-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathguide.html
54 lines (48 loc) · 2.96 KB
/
guide.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:type" content="game">
<meta property="og:site_name" content="Nintendo e-shop Database">
<meta property="og:url" content="http://eshoplist.gameqb.net">
<meta name="KeyWords" content="nintendo,任天堂,e-shop,switch,nintendo switch,Switch,nintendo eshop"/>
<meta name="Description" content=""/>
<meta property="og:description" content="Nintendo e-shop 快速檢索各地的遊戲價格"/>
<meta property="og:title" content="Nintendo e-shop 比價網"/>
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image" content="http://3.bp.blogspot.com/-LhFyRujtVSI/WiQgtwNatkI/AAAAAAAAdIs/t9VaKZN3HJ4twuMuF00uakK1JJlwW8r3ACLcBGAs/s1600/NS%2BE-Shop.jpg">
<title>Switch E-Shop 地區比價網</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="alternate" hreflang="en-US" href="http://botwrecipe.gameqb.net/guide.html" />
<link rel="alternate" hreflang="en-ES" href="http://botwrecipe.gameqb.net/guide.html" />
<link rel="alternate" hreflang="ja" href="http://botwrecipe.gameqb.net/guide.html" />
<link rel="alternate" hreflang="zh-Hant" href="http://botwrecipe.gameqb.net/guide.html" />
<link rel="alternate" hreflang="zh-Hans" href="http://botwrecipe.gameqb.net/guide.html" />
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
<script type="text/javascript">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.2.1/react.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.2.1/react-dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.18.1/babel.min.js"></script>
<script language="javascript">
</script>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js'></script>
<script src="https://code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
<script src="https://unpkg.com/[email protected]/dist/masonry.pkgd.min.js"></script>
</head>
<body>
<div id="guide">
<div style="color:#7B7B7B;">先登入<a href="https://www.nintendo.co.jp/" target="_blank">任天堂</a>官網,然後照以下圖片說明:</div>
<hr>
<img class='guideimg' style='width: 90%;display:block;margin:auto;' src='https://i.imgur.com/UgJNmNM.jpg'></img>
<hr>
<img class='guideimg' style='width: 50%;display:block;margin:auto;' src='https://i.imgur.com/H0KFcUL.jpg'></img>
<hr>
<img class='guideimg' style='width: 50%;display:block;margin:auto;' src='https://i.imgur.com/M2GIcNY.jpg'></img>
<hr>
<img class='guideimg' style='width: 50%;display:block;margin:auto;' src='https://i.imgur.com/UCCzFLK.jpg'></img>
</div>
</body>
</html>