-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
120 lines (92 loc) · 4.2 KB
/
index.html
File metadata and controls
120 lines (92 loc) · 4.2 KB
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!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">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="keywords" content="bots universe,bots,telegram,parvat,rohith,springreen,sprin-g-reen,sprin,bot,universe,galaxy">
<meta name="description" content="A Universe where you will find all the species of telegram bots to use, for free. We create next-generation telegram robots.">
<title>Bots Universe</title>
<!-- The style sheet that needs to be changed to toggle the mode -->
<link rel="shortcut icon" href="image/favicon.svg" type="image/svg">
<link rel="stylesheet" href="css/home.css">
<script src="js/anime.min.js"></script>
<script defer src="background.js"></script>
<script src="js/home.js" defer></script>
</head>
<body>
<div id="background"></div>
<div class="navbar">
<img src="image/favicon.svg" class="image" />
<div class="links" dt>
<div class="link menuToggler" onclick="toggleNav()">Menu</div>
<a href="/" class="link">Home</a>
<a href="https://telegram.me/bots_universe" class="link">Telegram</a>
<a href="https://github.com/botsuniverse" class="link">Github</a>
<div class="dd-container">
<div class="dd-text">More</div>
<div class="dd-content">
<a href="https://www.apibu.ml/" class="dd-link">APIs</a>
<a href="https://telegram.me/bots_universe" class="dd-link">Community</a>
<a href="https://telegram.me/venilabots1" class="dd-link">Discussion</a>
<a href="https://www.paypal.com/paypalme/rohith204" class="dd-link">Donate</a>
</div>
</div>
</div>
</div>
<div class="head">
<div class="article">
<div class="title">Bots Universe</div>
<div class="content">
A Universe where you will find all the species of telegram bots to use, for free. We create <em>next-generation</em> telegram robots.
</div>
</div>
</div>
<div class="bots-container">
<div class="bot-cont-title">Featured Bots</div>
<div class="bot-cont">
<div class="bot">
<a href="https://telegram.me/ytube_mp3_bot" class="bot-uname">@ytube_mp3_bot</a>
<div class="bot-text">This bot can search and download you any video from YouTube in both mp3 and mp4 format.</div>
</div>
<div class="bot">
<a href="https://telegram.me/sp_amaz_bot" class="bot-uname">@sp_amaz_bot</a>
<div class="bot-text">This bot can help you search for Amazon products in the telegram.</div>
</div>
<div class="bot">
<a href="https://telegram.me/bu_flipkart_bot" class="bot-uname">@bu_flipkart_bot</a>
<div class="bot-text">This bot can help you search for Flipkart products in the telegram.</div>
</div>
<div class="bot">
<a href="https://telegram.me/scrptogbot" class="bot-uname">@scrptogbot</a>
<div class="bot-text">A bot that can encode and decode your message with a key given by you.</div>
</div>
<div class="bot">
<a href="https://telegram.me/secratorybot" class="bot-uname">@secratorybot</a>
<div class="bot-text">A group manager bot that can manage your groups.</div>
</div>
<div class="bot">
<a href="https://telegram.me/bots_universe" class="bot-uname">More Bots</a>
<div class="bot-text">There are more exciting bots waiting for you!</div>
</div>
</div>
</div>
<div class="footer">
<div class="one">
<a href="https://telegram.me/bots_universe">Web Development</a>
<a href="https://pages.github.com/">Site Hosting</a>
<a href="https://telegram.me/bots_universe">Telegram Channel</a>
<a href="https://github.com/botsuniverse">Organization</a>
</div>
<div class="two">
<div class="top">
<a href="https://telegram.me/bots_universe"><i class="bi bi-telegram"></i></a>
<a href="https://github.com/botsuniverse"><i class="bi bi-github"></i></a>
<a href="mailto:admin@springreen.in"><i class="bi bi-mailbox"></i></a>
</div>
<a href="">© Botsuniverse | v0.2</a>
</div>
</div>
</body>
</html>