-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
232 lines (223 loc) · 6.99 KB
/
Copy pathindex.html
File metadata and controls
232 lines (223 loc) · 6.99 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html lang="ko" id="frontpage">
<head>
<meta http-equiv="refresh" content="0; url=https://docs-pay.toss.im" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
href="https://static.toss.im/tds/favicon/favicon.ico"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="https://static.toss.im/tds/favicon/favicon-16x16.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="https://static.toss.im/tds/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="48x48"
href="https://static.toss.im/tds/favicon/favicon-48x48.png"
/>
<link
rel="icon"
type="image/png"
sizes="196x196"
href="https://static.toss.im/tds/favicon/favicon-196x196.png"
/>
<link
rel="apple-touch-icon"
sizes="57x57"
href="https://static.toss.im/tds/favicon/apple-touch-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="https://static.toss.im/tds/favicon/apple-touch-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="https://static.toss.im/tds/favicon/apple-touch-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="https://static.toss.im/tds/favicon/apple-touch-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="https://static.toss.im/tds/favicon/apple-touch-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="https://static.toss.im/tds/favicon/apple-touch-icon-152x152.png"
/>
<meta
name="msapplication-TileImage"
content="https://static.toss.im/tds/favicon/mstile-144x144.png"
/>
<title>토스페이</title>
<!-- stylesheets -->
<link
rel="stylesheet"
type="text/css"
href="https://static.toss.im/tds/current/css/tds.min.css"
/>
<link rel="stylesheet" type="text/css" href="css/tossdev.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<!-- javascript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
</head>
<body
oncontextmenu="return false"
ondragstart="return false"
onselectstart="return false"
>
<!-- Google Tag Manager -->
<noscript
><iframe
src="//www.googletagmanager.com/ns.html?id=GTM-TPTMLG"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
"gtm.start": new Date().getTime(),
event: "gtm.js",
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : "";
j.async = true;
j.src = "//www.googletagmanager.com/gtm.js?id=" + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, "script", "dataLayer", "GTM-TPTMLG");
</script>
<!-- End Google Tag Manager -->
<nav id="header">
<a href="https://pay.toss.im/pay">
<div class="logo">
<img
class="logo-img"
src="https://static.toss.im/logos/svg/logo-toss-pay.svg"
alt=""
/>
</div>
</a>
<div class="header-menu">
<a
class="button button button--size-medium"
href="eng/index.html"
>ENG</a
>
</div>
</nav>
<div class="container content">
<div class="row">
<div class="col-sm menu" data-aos="fade-in">
<h3>결제 개발 가이드</h3>
<p>
토스페이 적용 개발을 위해 작동 원리부터 <br />
예제 코드까지, 친절하게 안내해드립니다.
</p>
<a
class="button button--style-weak button--type-dark button--size-medium"
href="gettingstarted.html"
>보기</a
>
</div>
<div class="col-sm menu" data-aos="fade-in" data-aos-delay="100">
<h3>결제 API 목록</h3>
<p>
토스가 제공하는 각종 API 목록과 <br />
각 API에 대한 상세한 설명을 조회할 수 있습니다.
</p>
<a
class="button button button--style-weak button--type-dark button--size-medium"
href="api.html"
>보기</a
>
</div>
</div>
<div class="row">
<!--20200402 추가-->
<div class="col-sm menu" data-aos="fade-in" data-aos-delay="100">
<h3>토스페이 데모</h3>
<p>직접 토스페이를 경험해보세요. <br /></p>
<a
class="button button button--style-weak button--type-dark button--size-medium"
href="https://pay.toss.im/payfront/demo/payments"
>해보기</a
>
</div>
<!--20190410 추가-->
<div class="col-sm menu" data-aos="fade-in" data-aos-delay="200">
<h3>자주 묻는 질문</h3>
<p>
토스페이 연동에 도움이 될 만한 항목들을<br />
안내 드립니다. 궁금하신 사항을 확인해보세요.
</p>
<a
class="button button--style-weak button--type-dark button--size-medium"
href="qna.html"
>보기</a
>
</div>
<!--끝-->
</div>
<div class="row">
<div class="col-sm menu" data-aos="fade-in" data-aos-delay="100">
<h3>토스페이 서비스 정책</h3>
<p>
환불, 정산 등 토스페이 서비스에 대한 <br />
상세 정책을 확인하세요.
</p>
<a
class="button button--style-weak button--type-dark button--size-medium"
href="policy.html"
>보기</a
>
</div>
<div class="col-sm menu" data-aos="fade-in" data-aos-delay="200">
<h3>토스페이 브랜드 Kit</h3>
<p>
토스페이를 붙일 때 필요한 이미지와 <br />
가이드를 활용하세요.
</p>
<a
class="button button--style-weak button--type-dark button--size-medium"
href="https://static.toss.im/assets/pay/files/Toss_BrandKit_public.zip"
download
>다운로드</a
>
</div>
</div>
</div>
<footer class="container">
<span class="copyright">ⓒ Viva Republica</span>
<ul>
<li><a href="https://toss.im/">토스 소개</a></li>
<li><a href="https://pay.toss.im/">토스페이</a></li>
</ul>
</footer>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>