forked from MarshMeadow/dantotustatic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
discord.html
43 lines (40 loc) · 1.52 KB
/
discord.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://discord.com/invite/4HPZ5nAWwM" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:url" content="/discord" />
<meta name="description" content="Join Jeanne's official Discord server! It's the ultimate platform for Anilist users, providing seamless streaming and downloading of Anime & Manga through extensions. Come discover the app and engage with our vibrant community!">
<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 Offical Discord Server</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://discord.com/invite/4HPZ5nAWwM">link</a>.
</p>
</div>
</body>
</html>