-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuccess.html
47 lines (44 loc) · 1.1 KB
/
success.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Slack Movie Command</title>
<style>
.body{
background-color:#444444;
color:white;
text-align: center;
margin:0px;
font-size: 28px;
}
.row1{
background-color:#0000EE;
color:white;
height:150px;
font-size: 48px;
font-family: "Times New Roman";
font-weight: 900;
}
.row2{
text-align: left;
padding-left: 25px;
padding-top: 25px;
}
.flt{
position: relative;
top:-25px;
}
</style>
</head>
<body class="body" style="">
<div class="row1">
Slack Movie Command <br>
</div>
<div class="row2">
Slack Movie command has been successfully added to your Slack team.
<hr/>
<br/>
Now you can use it by typing "/movie keyword" and this Slack command will search IMDB and will show you the link to the best matched film.
</div>
</body>
</html>