-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
369 lines (351 loc) · 12.5 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Royal Ashlynn Bot</title>
<meta name="description" content="Webpage for Royal Ashlynn Bot">
<meta name="author" content="Aarabh">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<style>
/* Body and Background */
body {
margin: 0;
padding: 0;
font-family: 'Arial', sans-serif;
color: #ffffff;
background: #000000;
background-image: radial-gradient(circle at center, #121212, #000000), url('https://i.ibb.co/WcfS0zX/electric-bg.gif');
background-size: cover;
background-blend-mode: overlay;
}
/* Header Styling */
header {
text-align: center;
padding: 20px;
position: relative;
}
header h1 {
color: #ff0066;
font-size: 3rem;
text-shadow: 0 0 10px #ff0066, 0 0 20px #ff0066, 0 0 30px #ff0066;
}
header img {
border-radius: 50%;
width: 150px;
height: 150px;
border: 5px solid #ff0066;
box-shadow: 0 0 10px #ff0066, 0 0 20px #ff0066;
}
header section {
margin-top: 20px;
}
/* General Section and Article Styles */
section {
margin: 20px;
padding: 20px;
background: rgba(0, 0, 0, 0.7);
border-radius: 15px;
box-shadow: 0 0 10px #ff0066, 0 0 20px #ff0066;
}
section h3 {
color: #ffcc00;
text-shadow: 0 0 10px #ffcc00;
margin-bottom: 10px;
}
section article {
margin-bottom: 15px;
}
article .title h4 {
color: #00ccff;
text-shadow: 0 0 10px #00ccff;
}
article .descrition p {
color: #cccccc;
}
/* Footer */
footer {
text-align: center;
padding: 20px;
background: #121212;
box-shadow: 0 0 10px #ff0066, 0 0 20px #ff0066;
}
footer p {
color: #ffcc00;
}
footer p a {
color: #00ccff;
text-decoration: none;
}
footer p a:hover {
text-shadow: 0 0 10px #00ccff;
}
/* Link Button Styles */
a i {
font-size: 2rem;
color: #00ccff;
margin: 10px;
transition: transform 0.3s ease, text-shadow 0.3s ease;
}
a i:hover {
transform: scale(1.2);
text-shadow: 0 0 10px #00ccff, 0 0 20px #00ccff;
}
</style>
</head>
<body>
<header>
<div>
<img src="./Assets/avatar.jpg" />
</div>
<h1>Royal Ashlynn Bot</h1>
<section>
<p>Hello! I am Royal Ashlynn Bot - your ultimate all-in-one solution for all your digital needs! Need a temp email? Royal Ashlynn's got you covered. Want to chat with a super-smart AI? Royal Ashlynn's got you covered. Need to download Instagram reels or YouTube Shorts? Royal Ashlynn's got you covered. And that's just the tip of the iceberg! This bot can generate images, Create logos, host your images, create telegraphs, SMS bomber (use responsibly!), and even offer some advanced courses to help you level up your skills.</p>
<a href="https://t.me/Royal_Ashlynn_Bot" target="_blank">
<i class="fab fa-telegram"></i>
</a>
<a href="https://github.com/Itz-Ashlynn/Royal_Ashlynn_Bot" target="_blank">
<i class="fab fa-github"></i>
</a>
</section>
</header>
<main>
<section>
<h3>AI BASED Features</h3>
<article class='AI'>
<div class='title'>
<h4>ChatGPT X</h4>
</div>
<div class="descrition">
<p>Hᴀᴠᴇ ᴀ ғʀᴇᴇ ᴄʜᴀᴛ ɢᴘᴛ ʙᴏᴛ sᴇʀᴠɪᴄᴇ ᴀᴛ ᴛʜᴇ ᴍᴏᴍᴇɴᴛ sᴏ ʏᴏᴜ ᴄᴀɴ ᴀsᴋ ᴀɴʏ ǫᴜᴇsᴛɪᴏɴs ʏᴏᴜ ᴡᴀɴᴛ.</p>
</div>
</article>
<article class='AI'>
<div class='title'>
<h4>𝙰𝙸 𝙸𝚖𝚊𝚐𝚎 𝙶𝚎𝚗𝚎𝚛𝚊𝚝𝚘𝚛</h4>
</div>
<div class="descrition">
<p>Generate stunning images based on your prompts! Simply send your description, and watch your ideas come to life.</p>
</div>
</article>
<article class='AI'>
<div class='title'>
<h4>Anime Wallpaper Generator</h4>
</div>
<div class="descrition">
<p>Browse through 14 different categories of stunning anime wallpapers to personalize your devices.</p>
</div>
</article>
<article class='AI'>
<div class='title'>
<h4>Temp Mail</h4>
</div>
<div class="descrition">
<p>With a simple click, it generates unique and secure email aliases that keep your inbox protected and clutter-free. No more worrying about spam or exposing your personal email! Tempmail has got your back.</p>
</div>
</article>
<article class='AI'>
<div class='title'>
<h4>Dynamic QR Codes</h4>
</div>
<div class="descrition">
<p>With a simple click, generate unique and secure Dynamic QR codes for your daily usage!</p>
</div>
</article>
<article class='AI'>
<div class='title'>
<h4>Website Snapshot</h4>
</div>
<div class="descrition">
<p>Send The Link Of Website To Get It's Capture.</p>
</div>
</article>
</section>
<section>
<h3>Other Features</h3>
<article class='OF'>
<div class='title'>
<h4>SMS Bomber</h4>
</div>
<div class="descrition">
<p>Introducing the SMS Bomber, your ultimate prankster pal! This mischievous bot packs a punch with its trio of bombing talents: SMS, call, and WhatsApp. Flood your friends' phones with a storm of texts, shake things up with a barrage of calls, or stir the pot with a WhatsApp blast.</p>
</div>
</article>
<article class='OF'>
<div class='title'>
<h4>File Storing</h4>
</div>
<div class="descrition">
<p>Safely store your files and documents with our secure cloud storage solution—access them anytime, anywhere, and never worry about losing important information!</p>
</div>
</article>
<article class='OF'>
<div class='title'>
<h4>Fake CC Generator</h4>
</div>
<div class="descrition">
<p>Generate fake credit card for testing and development purposes.</p>
</div>
</article>
<article class='OF'>
<div class='title'>
<h4>Fake User Info</h4>
</div>
<div class="descrition">
<p>Create random user profiles for testing applications and services.</p>
</div>
</article>
<article class='OF'>
<div class='title'>
<h4>Text to Speech</h4>
</div>
<div class="descrition">
<p>Generate unlimited text to Speech.</p>
</div>
</article>
<article class='OF'>
<div class='title'>
<h4>Logo Maker</h4>
</div>
<div class="descrition">
<p>create some logos</p>
</div>
</article>
<article class='OF'>
<div class='title'>
<h4>Telegraph</h4>
</div>
<div class="descrition">
<p>Quickly create and publish your articles on Telegraph—just type your content, hit publish, and share your unique link with ease!</p>
</div>
</article>
<article class='OF'>
<div class='title'>
<h4>IP Iɴꜰᴏʀᴍᴀᴛɪᴏɴ</h4>
</div>
<div class="descrition">
<p>You Can Use This To Get IP Information With Live Location !</p>
</div>
</article>
<article class='OF'>
<div class='title'>
<h4>TeraBox downloader</h4>
</div>
<div class="descrition">
<p>download Terabox Video.</p>
</div>
</article>
<article class='OF'>
<div class='title'>
<h4>YouTube downloader</h4>
</div>
<div class="descrition">
<p>download YouTube Video & Shorts.</p>
</div>
</article>
<article class='OF'>
<div class='title'>
<h4>TikTok downloader</h4>
</div>
<div class="descrition">
<p>download Tiktok Video.</p>
</div>
</article>
<article class='OF'>
<div class='title'>
<h4>Instagram downloader</h4>
</div>
<div class="descrition">
<p>Effortlessly download Instagram videos, Reels, and Stories with our user-friendly feature—save your favorite content for offline viewing in just a few clicks!.</p>
</div>
</article>
</section>
<section>
<h3>Some Basic Features</h3>
<div class='skills'>
<div class='column'>
<h4>Music Features</h4>
<ul>
<li>Song downloader</li>
<li>Lyrics Finder</li>
<li>Song Finder</li>
</ul>
</div>
<div class='column'>
<h4>Other Features</h4>
<ul>
<li>Movie Details </li>
<li>Url Shortner</li>
<li>TG-CHANNEL Details</li>
</ul>
</div>
<div>
<h4>some daily basis features</h4>
<p>Whatsapp - Open Any Whatsapp Number For Going To Direct Chat On Whatsapp Without Saving Number In Your Phone.</p>
<p>image Hosting - Host images online</p>
<p>QR Code Generator - Enter Your Text To Make A Quick Response Code(Qr Code)</p>
<p>Weather - Enter Your City Name Or Village Name To Check Weather.</p>
<p>Text to Note - Enter a Text to Convert to Note</p>
</div>
</div>
</section>
<section>
<h3>Some Additional Features</h3>
<article>
<div class='Memes'>
<span>Meme Generator</span> <strong>Unleash the laughter with a click—generate hilarious random memes that will brighten your day!</strong>
</div>
<div class="Fortune Cookie">
<span>Fortune Cookie Generator</span> <strong>Unlock your destiny with a click—generate random fortune cookie messages that inspire, amuse, or guide you on your journey!</strong>
</div>
<div class="Facts">
<span>Facts Generator</span> <strong>Unleash your curiosity and expand your knowledge—discover a treasure trove of fascinating random facts that will amaze and inspire you!</strong>
</div>
</article>
<article>
<div class='Riddle'>
<span>Riddle Generator</span> <strong>Challenge your mind and have fun—get random riddles that will test your wits and entertain you!</strong>
</div>
<div class="Affirmation">
<span>Affirmation Generator</span> <strong>Embrace positivity and self-love—receive random affirmations that uplift your spirit and empower your day!</strong>
</div>
<div class="Insult">
<span>Insult Line Generator</span> <strong>Get ready for some laughs—generate random insults line that are playful and witty, perfect for a light-hearted roast!</strong>
</div>
</article>
<article>
<div class='Quote'>
<span>Quote Generator</span> <strong>Find inspiration in every moment—generate random quotes that uplift your spirit and spark your creativity!</strong>
</div>
<div>
<span>Advice Generator</span> <strong>Navigate life with wisdom—get random advice that inspires growth, clarity, and confidence in every decision!</strong>
</div>
</article>
</section>
<section>
<h3>Some Premium Application</h3>
<article>
<div class='apk'>
<span>YouTube Pro</span> <strong>Watch Ad free Youtube Videos</strong><br> <strong>Other Features:</strong> Download any Youtube Video as Per Your Desire.
</div>
<div>
<p><strong>Other Premium apk</strong> Snapchat / Instapro / Wink-Video Retouching Tool </p>
<ul class="description">
<li>Its have many Snapchat mod apks. in which all have different Features</li>
<li>We have all new Insta Pro to replace the Other Insta Mod in the aspects of features and performance.</li>
<li>Wink-Video Retouching Tool is a free app that lets you edit videos & photos on your phone.</li>
</ul>
</div>
</article>
</section>
<section>
<h3>Some Premium Courses </h3>
</article>
</section>
</main>
<footer>
<p>Created by: <a href="https://telegram.me/Itz_Ashlynn">Aarabh</a> / <a href="https://github.com/Itz-Ashlynn">Github</a> / 2024 </p>
</footer>
</body>
</html>