Skip to content

Commit

Permalink
unchecked
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 8, 2024
1 parent 27c55bd commit 9ef02e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@
<img src="./res/party-popper-emoji-left.png">
<input type="checkbox" id="sfu" name="sfu" disabled="disabled" checked="checked"> <label for="sfu">SFU</label>
<a href="https://crates.io/crates/sfu"><img src="https://img.shields.io/crates/v/sfu.svg"></a>
<input type="checkbox" id="rtc" name="rtc" disabled="disabled" checked="checked"> <label for="rtc">RTC</label>
<input type="checkbox" id="rtc" name="rtc" disabled="disabled"> <label for="rtc">RTC</label>
<a href="https://crates.io/crates/rtc"><img src="https://img.shields.io/crates/v/rtc.svg"></a>
<img src="./res/party-popper-emoji-right.png">
<br>
<input type="checkbox" id="media" name="media" disabled="disabled" checked="checked"> <label for="media">Media</label>
<input type="checkbox" id="media" name="media" disabled="disabled"> <label for="media">Media</label>
<a href="https://crates.io/crates/rtc-media"><img src="https://img.shields.io/crates/v/rtc-media.svg"></a>
&nbsp;
<input type="checkbox" id="interceptor" name="interceptor" disabled="disabled" checked="checked"> <label for="interceptor">Interceptor</label>
<input type="checkbox" id="interceptor" name="interceptor" disabled="disabled"> <label for="interceptor">Interceptor</label>
<a href="https://crates.io/crates/rtc-interceptor"><img src="https://img.shields.io/crates/v/rtc-interceptor.svg"></a>
&nbsp;
<input type="checkbox" id="datachannel" name="datachannel" disabled="disabled" checked="checked"> <label for="datachannel">DataChannel</label>
Expand All @@ -124,16 +124,16 @@
<input type="checkbox" id="dtls" name="dtls" disabled="disabled" checked="checked"> <label for="dtls">DTLS</label>
<a href="https://crates.io/crates/rtc-dtls"><img src="https://img.shields.io/crates/v/rtc-dtls.svg"></a>
<br>
<input type="checkbox" id="mdns" name="mdns" disabled="disabled" checked="checked"> <label for="mdns">mDNS</label>
<input type="checkbox" id="mdns" name="mdns" disabled="disabled"> <label for="mdns">mDNS</label>
<a href="https://crates.io/crates/rtc-mdns"><img src="https://img.shields.io/crates/v/rtc-mdns.svg"></a>
&nbsp;
<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" checked="checked"> <label for="turn">TURN</label>
<input type="checkbox" id="turn" name="turn" disabled="disabled"> <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>
<input type="checkbox" id="ice" name="ice" disabled="disabled"> <label for="ice">ICE</label>
<a href="https://crates.io/crates/rtc-ice"><img src="https://img.shields.io/crates/v/rtc-ice.svg"></a>
<br>
<input type="checkbox" id="sdp" name="sdp" disabled="disabled" checked="checked"> <label for="sdp">SDP</label>
Expand Down

0 comments on commit 9ef02e3

Please sign in to comment.