Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu authored Mar 16, 2024
1 parent 72ba9cd commit 98eebca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<input type="checkbox" id="stun" name="stun" disabled="disabled" checked="checked"> <label for="stun">STUN</label>
<a href="https://crates.io/crates/rtc-stun"><img src="https://img.shields.io/crates/v/rtc-stun.svg"></a>
&nbsp;
<input type="checkbox" id="turn" name="turn" disabled="disabled"> <label for="turn">TURN</label>
<input type="checkbox" id="turn" name="turn" disabled="disabled" checked="checked"> <label for="turn">TURN</label>
<a href="https://crates.io/crates/rtc-turn"><img src="https://img.shields.io/crates/v/rtc-turn.svg"></a>
&nbsp;
<input type="checkbox" id="ice" name="ice" disabled="disabled" checked="checked"> <label for="ice">ICE</label>
Expand Down

0 comments on commit 98eebca

Please sign in to comment.