-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
56 lines (55 loc) · 4.29 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
<!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="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="styles.css">
<title>Natsuki (Advanced Group Manager Bot)</title>
<link rel="icon" href="favicon.png" type="image/png">
</head>
<body>
<nav class="navbar">
<div class="logo">
<a href="index.html" class="logo">Natsuki</a>
</div>
<ul class="navbar-links">
<li class="navbar-links-listing">
<a href="https://t.me/TheNatsukiBot" target="_blank" class="navbar-cntnt">Visit Bot</a>
</li>
<li class="navbar-links-listing">
<a href="https://t.me/Natsuki_Updates" target="_blank" class="navbar-cntnt">Updates Channel</a>
</li>
<li class="navbar-links-listing">
<a href="https://t.me/NatsukiSupport_Official" target="_blank" class="navbar-cntnt">Support Group</a>
</li>
<li class="navbar-links-listing">
<a href="https://t.me/Itz_Sadew" target="_blank" class="navbar-cntnt">Developer</a>
</li>
<!-- <a href="https://t.me/NatsukiSupport_Official" target="_blank" class="navbar-cntnt">Support Group</a> -->
</ul>
</nav>
<br><br><br><br>
<p class="abt-tpic"><a href="https://t.me/TheNatsukiBot" target="_blank" class="logo-a"><img onClick="JavaScript:alert('You will redirected to the bot once you click the OK button.')" src="favicon.png" class="logo-big"></a><br>Best Bot to Manage Your Groups<br>Easily and Safely</p>
<div class="add-div"><button class="add"><a href="http://t.me/TheNatsukiBot?startgroup=start" target="_blank" class="add-a"><span>+</span> Add to Your group</a></button></div></a>
<br>
<p class="features">Voice Chat Music Play</p><span class="material-icons" id="icons">headset</span>
<p class="feature-desc">Natsuki allows you to play music in your groups.<br>You may have heard about playing music in voice chats.<br>In another words, VC play.<br> Natsuki bot has this amazing feature.<br><br> Use today!</p> <!--<button class="try"><a href="https://t.me/TheNatsukiBot" class="try">Try it Now</a></button>-->
<p class="features">URL Upload</p><span class="material-icons" id="icons">upload</span>
<p class="feature-desc">If you have no storage on your device,<br> one of the solutions to keep your documents safe is,<br> URL Upload them on Telegram and keep it somewhere<br>you can find quickly. So Natsuki supports this feature too.<br> It can do URL uploads for you. If you have download link,<br> you can upload it through Natsuki.<br><br> Use today!</p>
<p class="features">File to Link</p><span class="material-icons" id="icons">link</span>
<p class="feature-desc">If there's a file you have, but you don't wanna upload it<br>again and again when somebody requests it.<br>Then you can upload it once and get a URL for it.<br>Then you can share the link instead of the file.<br><br> Use today!</p>
<p class="features">YouTube Downloader</p><span class="material-icons" id="icons">download</span>
<p class="feature-desc">So, a YouTube downloader. That's a very useful feature.<br>Even though you can download some videos in YouTube,<br>you can't download each & every video.That's what this<br>module is for.You can download YouTube videos by it's link.<br><br> Use today!</p>
<p class="features">Channel Music Play</p><span class="material-icons" id="icons">music_video</span>
<p class="feature-desc">When coming to channel music play, it's a less common feature<br>among music play bots. But Natsuki allows you to do it.<br>You can play music in your Telegram channel using this module.<br><br> Use today!</p>
<footer class="footer">
<p class="credits">Credits</p>
<div class="align-cb"><button class="credit-buttons"><a href="https://t.me/TeamNatsuki" class="credit-links">Team Natsuki</a></button> 
<button class="credit-buttons"><a href="https://t.me/Itz_Sadew" class="credit-links">Sadew</a></button> 
<button class="credit-buttons"><a href="https://t.me/SDBOTs_Inifinity" class="credit-links">SDBots</a></button>
</div>
</footer>
</body>
</html>