diff --git a/front/src/main.rs b/front/src/main.rs index dca26e4..e04a162 100644 --- a/front/src/main.rs +++ b/front/src/main.rs @@ -75,6 +75,15 @@ async fn coin_status_check() -> Result { fn app() -> Element { rsx! { page_base {} + div { + audio{ + src:"https://radioxide.tahinli.com.tr/audios/music.opus", + controls:true, + autoplay: true, + muted:false, + r#loop:true, + } + } coin_status_renderer {} server_status_renderer {} }