socials: Add telegram link and social embeds to both links

pull/33/head
Nathan Woodburn 2024-08-03 11:40:15 +10:00
parent 48ac1dd78a
commit 8511dc9b7d
No known key found for this signature in database
GPG Key ID: 203B000478AD0EF1
2 changed files with 69 additions and 6 deletions

View File

@ -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.au">
<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
telegram.html 100644
View File

@ -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.au">
<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 Discord 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>