mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2025-02-22 16:05:03 +08:00
add open graph data
This commit is contained in:
parent
64a60f5a5f
commit
d80e62a380
@ -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>
|
||||
|
||||
|
@ -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);
|
||||
|
@ -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
BIN
public/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Loading…
x
Reference in New Issue
Block a user