-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathKiyomi.html
37 lines (37 loc) · 1.28 KB
/
Kiyomi.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Redirecting you to the invite page...</title>
<meta http-equiv="refresh" content="0.5; URL='https://discord.com/api/oauth2/authorize?client_id=908540588566122506&permissions=1088840793936&scope=bot%20applications.commands'/>
<link rel="icon" href="favicon.ico">
<meta property="og:type" content="website">
<meta property="og:title" content="Invite Mikuni">
<meta property="og:description" content="Make your Discord server amazing.">
<meta property="og:image" >
<meta name="theme-color" content="#DC143C">
</head>
<body>
<h1>Redirecting you to the Mikuni Invite page...</h1>
<img src="https://media3.giphy.com/media/l2FSi4zPU5dnLyd7Q4/giphy.gif" alt="UwU">
</body>
<style>
@import url('//fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
body {
background: #121212;
text-align: center;
justify-content: center;
padding: 10% 0;
}
h1 {
color: #fff;
font-size: 75px;
font-family: 'Ubuntu', sans-serif;
}
p {
color: #fff;
font-size: 50px;
font-family: sans-serif;
}
</style>
</html>