You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: streams-react/public/index.html
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,11 @@
7
7
<metaname="theme-color" content="#000000" />
8
8
<meta
9
9
name="description"
10
-
content="Web site created using create-react-app"
10
+
content="P2P React is a web app where users can video/text chat with each other through peer-to-peer connections via WebRTC."
11
11
/>
12
+
<metaproperty="og:title" content="P2P React" />
13
+
<metaproperty="og:description" content="P2P React is a web app where users can video/text chat with each other through peer-to-peer connections via WebRTC." />
0 commit comments