Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

index_template.html #702

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/web_app/html/index_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1>AppRTC</h1>
<div id="sharing-div">
<div id="room-link">Waiting for someone to join this room: <a id="room-link-href" href="{{ room_link }}" target="_blank">{{ room_link }}</a></div>
</div>
<div id="info-div">Code for AppRTC is available from <a href="http://github.com/webrtc/apprtc" title="GitHub repo for AppRTC">github.com/webrtc/apprtc</a></div>
<div id="info-div">Code for AppRTC is available from <a href="" title="GitHub repo for AppRTC">github.com/webrtc/apprtc</a></div>
<div id="status-div"></div>
<div id="turn-info-div"></div>
<div id="rejoin-div" class="hidden"><span>You have left the call.</span> <button id="rejoin-button">REJOIN</button><button id="new-room-button">NEW ROOM</button></div>
Expand Down