-
Notifications
You must be signed in to change notification settings - Fork 0
/
invite.html
105 lines (92 loc) · 5.1 KB
/
invite.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
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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta data-n-head='ssr' charset="utf-8">
<meta data-n-head='ssr' name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Redirect -->
<meta http-equiv="Refresh" content="0; url='https://discord.com/api/oauth2/authorize?client_id=991338113630752928&permissions=8&scope=applications.commands%20bot'" />
<!-- Head Information -->
<title>Приглашение - FistashkinBot</title>
<link data-n-head='ssr' rel='icon' type='image/x-icon' href='assets/fistashkin.ico'>
<!-- Styles -->
<link type='text/css' rel='stylesheet' href='styles/utilities.css'>
<link type='text/css' rel='stylesheet' href='styles/common.css'>
<link type='text/css' rel='stylesheet' href='styles/index.css'>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous">
<!-- Meta -->
<meta name="robots" content="all" />
<meta data-n-head='ssr' data-hid='theme-color' name='theme-color' content='#a53143'>
<meta data-n-head='ssr' data-hid='og:type' name='og:type' content='website'>
<meta data-n-head='ssr' data-hid='og:title' name='og:title' content='Приглашение - FistashkinBot'>
<meta data-n-head='ssr' data-hid='og:url' name='og:url' content='https://fistashkinbot.com/invite.html'>
<meta data-n-head='ssr' data-hid='og:image' name='og:image'
content='https://fistashkinbot.com/assets/fistashkin.png'>
<meta data-n-head='ssr' data-hid='description' name='description'
content='Пригласите Фисташкина в свою гильдию Discord!'>
<meta data-n-head='ssr' data-hid='og:description' name='og:description'
content='Fistashkin это многоцелевой дискорд-бот. Создан с любовью и развлечением, чтобы ваши участники Discord были заняты и активны. Но это не останавливается на достигнутом...'>
</head>
<body style='background-color: #292a2e'>
<!-- Preloader -->
<body class='preload'></body>
<!-- Header -->
<div class='navbar'>
<div class='container full flex'>
<a href='/' class='logo flex'>
<img src='assets//fistashkin.png' alt='Fistashkin Logo'>
<p class='title'>FistashkinBot</p>
</a>
<nav>
<ul>
<li><a class='button' href='docs.html'><span>FAQ</span></a></li>
<li><a class='button' href='commands.html'><span>Команды</span></a></li>
<li><a class='button currentPage' href='invite.html'><span>Пригласить бота</span></a></li>
<li><a class='button' href='support.html'><span>Поддержка</span></a></li>
</ul>
</nav>
</div>
</div>
<!-- Showcase -->
<div class='showcase'>
<div class='container flex'>
<div class='showcase-text'>
<h1>Перенаправление...</h1>
<p>Если Вы не перенаправлены автоматически, нажмите кнопку ниже, чтобы пригласить FistashkinBot!</p>
<div class='buttons flex'>
<a class='button btn btn-blurple' href='https://discord.com/api/oauth2/authorize?client_id=991338113630752928&permissions=8&scope=applications.commands%20bot'><span><i
class="fab fa-discord fa-2x"></i> Добавить в Discord</span></a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class='footer'>
<div class='container full grid'>
<div class='branding'>
<h4>FistashkinBot</h4>
<p>Copyright © 2022 - 2023 Riverya4life</p>
</div>
<div class='flex'>
<div class='footernav'>
<ul>
<li><a class='button' href='index.html'><span>На главную</span></a></li>
<li><a class='button' href='commands.html'><span>Команды</span></a></li>
<li><a class='button' href='docs.html'><span>Информация</span></a></li>
</ul>
</div>
<div class='footernav'>
<ul>
<li><a class='button' href='support.html'><span>Сервер поддержки</span></a></li>
<li><a class='button' href='invite.html'><span>Пригласить Фисташкина</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script>$(window).load(function () { 'body'.removeClass('.preload'); });</script>
</body>
</html>