Change player to azuracast

This commit is contained in:
ChronosX88 2022-10-30 00:11:56 +03:00
parent 87c1255d83
commit afa64fb480
2 changed files with 9 additions and 9 deletions

View File

@ -20,27 +20,29 @@ body {
#wrapper {
display: flex;
padding: 10px;
padding: 16px;
justify-content: space-evenly;
}
aside {
margin-right: 2em;
border: 1px solid;
padding: 10px;
padding: 16px;
min-width: 5em;
}
#player {
margin-left: 2em;
border: 1px solid;
padding: 10px;
padding-right: 20px;
padding: 16px;
display: flex;
justify-content: center;
align-items: center;
}
#content {
border: 1px solid;
padding: 10px;
padding: 16px;
// min-width: 40em;
}
@ -76,9 +78,7 @@ a {
#player {
width: 100%;
margin: 0;
padding: 10px;
display: flex;
justify-content: center;
padding: 16px;
}
body {

View File

@ -11,7 +11,7 @@
</div>
<div id="player">
<div id="p1"></div>
<iframe frameborder="0" width="279" height="216" src="https://libretime.southwestradio.ru/embed/player?stream=auto&title=Now Playing"></iframe>
<iframe src="https://azuracast.southwestradio.ru/public/southwest_radio/embed?theme=dark" frameborder="0" allowtransparency="true" style="width: 100%; height: 130px; border: 0;"></iframe>
</div>
</div>
{{- partial "footer.html" . -}}