add open graph data

This commit is contained in:
ian ramzy 2020-03-26 00:09:59 -04:00
parent 64a60f5a5f
commit d80e62a380
4 changed files with 18 additions and 1 deletions

View File

@ -7,7 +7,12 @@
<link rel="stylesheet" href="chat.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script src="snackbar.js"></script>
<meta property="og:title" content="Neonchat - Decentralized video calls">
<meta property="og:description" content="Decentralized video
calling provides real-time HD quality and latency simply
not available with traditional technology.">
<meta property="og:image" content="https://neonchat.io/public/landing/preview.png">
<meta property="og:url" content="https://neonchat.io/landing">
</head>
<body>

View File

@ -7,6 +7,12 @@
<title>Neon Chat</title>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="images/logo.svg">
<meta property="og:title" content="Neonchat - Decentralized video calls">
<meta property="og:description" content="Decentralized video
calling provides real-time HD quality and latency simply
not available with traditional technology.">
<meta property="og:image" content="https://neonchat.io/public/landing/preview.png">
<meta property="og:url" content="https://neonchat.io/landing">
<style>
.pulse {
box-shadow: 0 0 0 rgba(120, 120, 120, 0.4);

View File

@ -7,6 +7,12 @@
<title>Neon Chat</title>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="images/logo.svg">
<meta property="og:title" content="Neonchat - Decentralized video calls">
<meta property="og:description" content="Decentralized video
calling provides real-time HD quality and latency simply
not available with traditional technology.">
<meta property="og:image" content="https://neonchat.io/public/landing/preview.png">
<meta property="og:url" content="https://neonchat.io/landing">
<style>
.pulse {
box-shadow: 0 0 0 rgba(120, 120, 120, 0.4);

BIN
public/preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB