We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906f5b3 commit 113a04bCopy full SHA for 113a04b
samples/webrtc/index.html
@@ -35,6 +35,7 @@ <h2 class="header__title">JavaScript WebRTC Sample</h2>
35
<h3 class="join__title">
36
<p>Please enter your username and chat room name.</p>
37
<p>You can join existed chat room.</p>
38
+ <p class="join__notice">Use several browsers to simulate several users.</p>
39
</h3>
40
41
<div class="join__body">
samples/webrtc/styles.css
@@ -235,6 +235,11 @@ b {
235
text-align: center;
236
}
237
238
+.join__notice {
239
+ margin: 10px 0 0 0;
240
+ font-size: 14px;
241
+}
242
+
243
.join__body {
244
width: 90%;
245
max-width: 410px;
0 commit comments