forked from MarshMeadow/dantotustatic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
telegram.html
43 lines (41 loc) · 1.51 KB
/
telegram.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="1; URL=https://t.me/+gzBCQExtLQo1YTNh" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:url" content="/telegram" />
<meta name="description" content="Join Jeanne's official Telegram channel! Born from Saikou's ashes, Jeanne represents elegance and simplicity. Exclusively for Anilist fans, it provides seamless Anime & Manga streaming and downloading with integrated extensions. Dive into the app and join our dynamic community on Telegram!">
<meta property="og:image" content="https://s4.anilist.co/file/anilistcdn/user/avatar/large/b6110204-X922sXE3M8RC.png">
<meta name="theme-color" content="#b24b60" />
<title>Join Jeanne Official Telegram Group</title>
<style>
body {
margin: 0;
padding: 0;
background-color: #000000;
/* Black color */
color: #ffffff;
/* White color */
font-family: Arial, sans-serif;
/* Font family for the text */
}
.container {
width: 80%;
margin: auto;
text-align: center;
padding: 50px 0;
}
a {
color: #ffffff;
/* White color for the link */
}
</style>
</head>
<body>
<div class="container">
<h1>Redirecting...</h1>
<p> If you are not redirected automatically, follow this <a href="https://t.me/+gzBCQExtLQo1YTNh">link</a>. </p>
</div>
</body>
</html>