Merge pull request #33 from Nathanwoodburn/gh-pages
Add telegram redirect link and add social embeds to both discord and telegram redirectspull/34/head
commit
b7cb781f86
38
discord.html
38
discord.html
|
@ -1,11 +1,37 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<html lang='en'>
|
||||
|
||||
<head>
|
||||
<title>Handshake Discord</title>
|
||||
<meta name="description" content="Handshake Discord redirect">
|
||||
<meta http-equiv="Refresh" content="0; url='https://discord.gg/Vq3PWF6cJ6'" />
|
||||
<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>
|
||||
Redirecting you to <a href="https://discord.gg/Vq3PWF6cJ6">https://discord.gg/Vq3PWF6cJ6</a>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,37 @@
|
|||
<!doctype html>
|
||||
<html lang='en'>
|
||||
|
||||
<head>
|
||||
<title>Handshake Telegram</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/telegram">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Handshake Telegram Group">
|
||||
<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/telegram">
|
||||
<meta name="twitter:title" content="Handshake Telegram Group">
|
||||
<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 Telegram Invite Link -->
|
||||
<meta http-equiv="Refresh" content="0; url='https://t.me/handshake_hns'" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
Redirecting you to <a href="https://t.me/handshake_hns">https://t.me/handshake_hns</a>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue