-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (51 loc) · 2.32 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="https://dxstmhyqfqr1o.cloudfront.net/favicon/Sendbird_Favicon_PNG/Sendbird_Favicon_16X16.png">
<link rel="shortcut icon" href="https://dxstmhyqfqr1o.cloudfront.net/favicon/Sendbird_Favicon_PNG/Sendbird_Favicon_16X16.png">
<link href='https://fonts.googleapis.com/css?family=Exo+2:400,900italic,900,800italic,800,700italic,700,600italic,600,500italic,500,400italic,300italic,200italic,200,100italic,100,300'
rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:400,900italic,900,800italic,800,700italic,700,600italic,600,500italic,500,400italic,300italic,200italic,200,100italic,100,300'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="dist/sample.index.css">
<title>Basic Sample | Sendbird</title>
</head>
<body>
<div class="container">
<div class="top">
<div class="logo">
<img src="https://dxstmhyqfqr1o.cloudfront.net/symbol/Sendbird_Symbol_SVG/Sendbird_Symbol_RGB.svg" width="72" height="72" class="logo-image">
</div>
<div class="title">
<div class="title-company">
Sendbird
</div>
<div class="title-desc">
Web Basic Sample
</div>
</div>
</div>
<div class="login">
<div class="desc">
Start chatting on Sendbird by choosing your display name.
<br> This can be changed anytime and will be shown on 1-on-1 and group messaging.
<div class="download">
<a href="https://github.com/sendbird/SendBird-JavaScript/" target="blank" class="download-sample">Download Sample</a>
</div>
</div>
<div class="form">
<input type="text" class="form-input" placeholder="Enter User ID" id="user_id">
<input type="text" class="form-input" maxlength="12" placeholder="Enter User Nickname" id="user_nickname">
<button type="button" class="button" id="login-button">LOGIN</button>
</div>
</div>
<div class="image">
<img src="https://dxstmhyqfqr1o.cloudfront.net/web-basic/image-landing-01.svg" width="624">
</div>
</div>
<script src="./dist/sample.index.js"></script>
</body>
</html>