Skip to content

Commit bbca10e

Browse files
committed
update index.html
1 parent 19b8171 commit bbca10e

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.fleet/run.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
<div class="navbar-brand">
4747
<a class="navbar-item" href="https://github.com/webrtc-rs"><img src="./res/Github.png" height="28"></a>
4848
<a class="navbar-item" href="https://github.com/webrtc-rs/webrtc"><img src="./res/webrtc.rs.ico" width="28" height="28"><strong>&nbsp;WebRTC</strong></a>
49+
<a class="navbar-item" href="https://github.com/webrtc-rs/ortc"><img src="./res/rtc.ico" width="28" height="28"><strong>&nbsp; ORTC</strong></a>
4950
<a class="navbar-item" href="https://github.com/webrtc-rs/sfu"><img src="./res/sfu-rs.ico" width="28" height="28"><strong>&nbsp; SFU</strong></a>
50-
<a class="navbar-item" href="https://github.com/webrtc-rs/rtc"><img src="./res/rtc.ico" width="28" height="28"><strong>&nbsp; RTC</strong></a>
5151
<div class="navbar-item">
5252
<iframe src="https://github.com/sponsors/webrtc-rs/button" title="Sponsor webrtc-rs" height="35" width="116"
5353
style="border: 0;"></iframe>
@@ -72,7 +72,7 @@
7272
src="https://img.shields.io/crates/v/sfu.svg"></a>
7373
<a href="https://docs.rs/sfu"><img
7474
src="https://docs.rs/sfu/badge.svg"></a>
75-
<a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license"><img
75+
<a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license"><img
7676
src="https://img.shields.io/badge/license-MIT%2FApache--2.0-blue" alt="License: MIT/Apache 2.0"></a>
7777
<a href="https://discord.gg/4Ju8UHdXMs"><img
7878
src="https://img.shields.io/discord/800204819540869120?logo=discord" alt="Discord"></a>
@@ -97,8 +97,6 @@
9797
<img src="./res/party-popper-emoji-left.png">
9898
<input type="checkbox" id="sfu" name="sfu" disabled="disabled" checked="checked"> <label for="sfu">SFU</label>
9999
<a href="https://crates.io/crates/sfu"><img src="https://img.shields.io/crates/v/sfu.svg"></a>
100-
<input type="checkbox" id="rtc" name="rtc" disabled="disabled"> <label for="rtc">RTC</label>
101-
<a href="https://crates.io/crates/rtc"><img src="https://img.shields.io/crates/v/rtc.svg"></a>
102100
<img src="./res/party-popper-emoji-right.png">
103101
<br>
104102
<input type="checkbox" id="media" name="media" disabled="disabled"> <label for="media">Media</label>
@@ -153,7 +151,7 @@
153151
<hr>
154152
<p>
155153
<strong>Sponsored with 💖 by</strong><br><br>
156-
</p>
154+
</article>p>
157155
<p>
158156
<strong>Gold Sponsors:</strong><br><br>
159157
<a href="https://www.parity.io/" target="_blank"><img src="./res/parity.png" style="height:75px;" alt="Parity Technologies"></a>

0 commit comments

Comments
 (0)