[mirotalk] - SEO optimization

This commit is contained in:
Miroslav Pejic
2021-02-21 03:59:36 +01:00
parent 5ca2ddef21
commit 7c610bb57e
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -65,6 +65,9 @@
</head>
<body onload="initPeer()" onmousemove="showLeftButtons()">
<!-- just 4SEO Optimization -->
<div id="webRTCSeo"><h1>WebRTC</h1></div>
<div id="countTime">00:00:00</div>
<div id="leftButtons">
+5
View File
@@ -522,3 +522,8 @@ video:fullscreen {
background-color: #2b2b2b;
border-radius: 5px;
}
#webRTCSeo {
/* just for SEO */
display: none;
}