Skip to content

Commit 13e7a98

Browse files
committed
add live stream feed
1 parent 06166b2 commit 13e7a98

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

rcon/2025/index.rkt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -407,16 +407,14 @@ $(document).ready(function () {
407407

408408
(section
409409
@sectionHeader{Live Stream}
410-
@para{@emph{Stay tuned}: the live stream will appear here.}
411-
#;
410+
@a[#:href "https://boxcast.tv/view-embed/xtihxdvdmgttkttsp2gj?showTitle=0&showDescription=0&showHighlights=0&showRelated=0&defaultVideo=next&playInline=0&dvr=1&market=smb&showCountdown=0&showDonations=0&showDocuments=0&showIndex=0&showChat=0&hidePreBroadcastTextOverlay=0"]{Link}
412411
'(iframe ([width "720"]
413-
[height "800"]
412+
[height "480"]
414413
[src "https://boxcast.tv/view-embed/xtihxdvdmgttkttsp2gj?showTitle=0&showDescription=0&showHighlights=0&showRelated=0&defaultVideo=next&playInline=0&dvr=1&market=smb&showCountdown=0&showDonations=0&showDocuments=0&showIndex=0&showChat=0&hidePreBroadcastTextOverlay=0"]
415414
[frameBorder "0"]
416415
[scrolling "auto"]
417416
[allowfullscreen "true"]
418417
[allow "autoplay; fullscreen"]))
419-
#;
420418
'(iframe ([src "https://www6.cbox.ws/box/?boxid=846185&boxtag=7afys&tid=127&tkey=b25da2af9627c97d"]
421419
[width "100%"]
422420
[height "450"]

0 commit comments

Comments
 (0)