forked from Magnimont/Mikuni-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
discord.html
37 lines (37 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Redirecting you to the vote page...</title>
<meta http-equiv="refresh" content="0.5; URL=https://discord.gg/RyKxBQR7GD" />
<link rel="icon" href="../images/logo.png">
<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="#22b4b7">
</head>
<body>
<h1>Redirecting you to the Discord Server page...</h1>
<img src="https://i.pinimg.com/originals/55/b4/7a/55b47ab3d7756a213e60060b4af2e9e8.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>