-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
44 lines (41 loc) · 961 Bytes
/
support.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Support</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 - Support<br>
</div>
<div class="row2">
For reporting bug or asking for new features contact slack.movie [at] outlook.com
</div>
</body>
</html>