-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdiscord.html
33 lines (26 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZGRAD - Join Our Discord</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="/assets/logos/favicon.png">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://zgrad.gg/discord">
<meta property="og:title" content="ZGRAD - Join Our Discord">
<meta property="og:description" content="Join the ZGRAD Discord community for HOMIGRAD updates, events, and connecting with other players.">
<meta property="og:image" content="https://zgrad.gg/assets/logos/large-logo.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="ZGRAD - Join Our Discord">
<meta name="twitter:description" content="Join the ZGRAD Discord community for HOMIGRAD updates, events, and connecting with other players.">
<meta name="twitter:image" content="https://zgrad.gg/assets/logos/large-logo.png">
<!-- Stylesheets -->
<link rel="stylesheet" href="/css/redirect.css">
</head>
<body>
<npc-redirect txt="Redirecting you to Discord..." url="https://discord.gg/npc"></npc-redirect>
</body>
</html>