-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from Nathanwoodburn/gh-pages
Add telegram redirect link and add social embeds to both discord and telegram redirects
- Loading branch information
Showing
2 changed files
with
69 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |