Skip to content

Commit

Permalink
Merge pull request #33 from Nathanwoodburn/gh-pages
Browse files Browse the repository at this point in the history
Add telegram redirect link and add social embeds to both discord and telegram redirects
  • Loading branch information
nodech authored Aug 14, 2024
2 parents 48ac1dd + 92beff3 commit b7cb781
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 6 deletions.
38 changes: 32 additions & 6 deletions discord.html
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>
37 changes: 37 additions & 0 deletions telegram.html
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>

0 comments on commit b7cb781

Please sign in to comment.