-
Notifications
You must be signed in to change notification settings - Fork 26
/
discord.html
37 lines (29 loc) · 1.66 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 lang='en'>
<head>
<title>Handshake Discord Server</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<meta name="description" content="Decentralized certificate authority and naming" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://handshake.org/discord">
<meta property="og:type" content="website">
<meta property="og:title" content="Handshake Discord Server">
<meta property="og:description" content="Decentralized certificate authority and naming">
<meta property="og:image" content="https://www.handshake.org/images/landing/logo-dark.svg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="handshake.org">
<meta property="twitter:url" content="https://handshake.org/discord">
<meta name="twitter:title" content="Handshake Discord Server">
<meta name="twitter:description" content="Decentralized certificate authority and naming">
<meta name="twitter:image" content="https://www.handshake.org/images/landing/logo-dark.svg">
<link rel="shortcut icon" href="https://handshake.org/img/favicon/hns-favicon.ico" type="image/x-icon">
<!-- After 0 seconds redirect user to Discord Invite Link -->
<meta http-equiv="Refresh" content="0; url='https://discord.gg/Vq3PWF6cJ6'" />
</head>
<body>
Redirecting you to <a href="https://discord.gg/Vq3PWF6cJ6">https://discord.gg/Vq3PWF6cJ6</a>
</body>
</html>