-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (39 loc) · 2.61 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
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<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="stylesheet" href="./Web/css/index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@900&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="./Web/imgs/logo.png" type="image/x-icon">
<meta name="keywords" content="Ombi, Python, Plex, Request, Discord, Discord Bot">
<meta name="description" content="Invite Botmbi to your server and make requests directly to your ombi from it! Request movies and series (per season) using the discord UI, and giving permissions only to some roles to request content. An easy solution for you and the members of a server to request content without having to access directly to the ombi!">
<title>BOTMBI</title>
</head>
<body>
<div class="main">
<div class="image_div">
<img src="./Web/imgs/Pefil.png" alt="Christmas profile picture">
</div>
<div class="info_div">
<div class="title_desc_div">
<h1 class="title">BOTMBI</h1>
<p class="desc">
Invite Botmbi to your server and make requests directly to your ombi from it! Request movies and series (per season) using the discord UI, and giving permissions only to some roles to request content. An easy solution for you and the members of a server to request content without having to access directly to the ombi!
</p>
</div>
<div class="buttons_div">
<a href="https://discord.com/oauth2/authorize?client_id=1039653278172057630&permissions=8&scope=bot" target="_blank" rel="noopener noreferrer" class="button invite_button">INVITE</a>
<a href="https://discord.gg/NGp9YbYJ8F" target="_blank" rel="noopener noreferrer" class="button support_button">SUPPORT</a>
<a href="https://github.com/ElHaban3ro/Botmbi" target="_blank" rel="noopener noreferrer" class="button source_button">SOURCE</a>
</div>
</div>
</div>
</body>
</html>