fixing proper links for noscript heads

This commit is contained in:
Set Hallstrom 2020-01-23 10:03:07 +01:00
parent 395b7b9e8b
commit 3f500b236b
2 changed files with 25 additions and 5 deletions

View file

@ -1,6 +1,17 @@
<div id="footer" class="editable"> <div id="footer" class="editable">
<p>Basspistol Outernational Music Syndicate 2010-&dagger;<br />All Privileges Reserved<br /><a target="_blank" href="/rss.xml">RSS</a> | <a href="mailto:info@basspistol.com">REAL</a> | <a href="https://archive.org/details/basspistol">Archive.org</a> | <a href="https://mastodon.art/@basspistol">GNU Social</a> | <a target="_blank" rel="noopener noreferrer nofollow" href="https://twitter.com/bpist">Twatter</a> | <a target="_blank" rel="noopener noreferrer nofollow" href="https://basspistol.tumblr.com">Scumblr</a> | <a target="_blank" rel="noopener noreferrer nofollow" href="https://youtube.com/thebasspistol">YouLube</a> | <a target="_blank" rel="noopener noreferrer nofollow" href="https://soundcloud.com/basspistol">CloudSound</a> | <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.facebook.com/basspistolQC">Faceblock</a><br /><br /><strong>Privacy disclaimer: We do NOT use cookies. We do however look at how visitors use the site with Matomo, an opensource analytic software that respects your privacy. The only identifiable information we store is your IP, under legitimate use, to review in case of abuse. IPs are stored for a maximum of 30 days.</strong><br /><br />This website is made in Internet and is licensed with <a target="_blank" rel="noopener noreferrer nofollow" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons CC-BY-NC-SA 4.0</a></p> <p>Basspistol Outernational Music Syndicate 2010-&dagger;
<p>Basspistol Logo is designed by <a href="https://ritarn.com/?TheOuternationalSyndicateWasHere" target="_blank" rel="noopener noreferrer nofollow">Ritarn</a></p> <br />All Privileges Reserved
<br /><a target="_blank" href="/rss.xml">RSS</a>
| <a href="mailto:info@basspistol.com">REAL</a>
| <a target="_blank" rel="noopener noreferrer nofollow" href="https://archive.org/details/basspistol">Archive.org</a>
| <a target="_blank" rel="noopener noreferrer nofollow" href="https://mastodon.art/@basspistol">GNU Social</a>
| <a target="_blank" rel="noopener noreferrer nofollow" href="https://twitter.com/bpist">Twatter</a>
| <a target="_blank" rel="noopener noreferrer nofollow" href="https://basspistol.tumblr.com">Scumblr</a>
| <a target="_blank" rel="noopener noreferrer nofollow" href="https://youtube.com/thebasspistol">YouLube</a>
| <a target="_blank" rel="noopener noreferrer nofollow" href="https://soundcloud.com/basspistol">CloudSound</a>
| <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.facebook.com/basspistolQC">Faceblock</a>
<br /><br /><strong>Privacy disclaimer: We do NOT use cookies. We do however look at how visitors use the site with Matomo, an opensource analytic software that respects your privacy. The only identifiable information we store is your IP, under legitimate use, to review in case of abuse. IPs are stored for a maximum of 30 days.</strong><br /><br />This website is made in Internet and is licensed with <a target="_blank" rel="noopener noreferrer nofollow" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons CC-BY-NC-SA 4.0</a></p>
<p>Basspistol Logo is designed by <a href="https://ritarn.com/?TheOuternationalSyndicateWasHere" target="_blank" rel="noopener noreferrer">Ritarn</a></p>
<p><a target="_blank" href="https://set.hallstrom.ch">Publisher</a></p> <p><a target="_blank" href="https://set.hallstrom.ch">Publisher</a></p>
</div> </div>
<script type="text/javascript"> <script type="text/javascript">

View file

@ -45,10 +45,10 @@ poster_image: /assets/vid/radio.jpg
output = "<p>" + "Now Playing: " + "</p>"; output = "<p>" + "Now Playing: " + "</p>";
output += "<p><strong>" + json.icestats.source[1].title + "</strong> <br />by<br /><strong>" + json.icestats.source[1].artist + "</strong></p>"; output += "<p><strong>" + json.icestats.source[1].title + "</strong> <br />by<br /><strong>" + json.icestats.source[1].artist + "</strong></p>";
output += "<p>"; output += "<p>";
output += json.icestats.source[0].listeners + " peers are listening in <a href='https://radio.basspistol.com/radio.mp3.m3u'>MP3</a>"; output += json.icestats.source[0].listeners + " peers are listening in MP3";
output += "</p>"; output += "</p>";
output += "<p>"; output += "<p>";
output += json.icestats.source[1].listeners + " peers are listening in <a href='https://radio.basspistol.com/radio.ogg.m3u'>OGG</a>"; output += json.icestats.source[1].listeners + " peers are listening in OGG";
output += "</p>"; output += "</p>";
document.getElementById("radioPlaceholder").innerHTML=output; document.getElementById("radioPlaceholder").innerHTML=output;
}); });
@ -74,13 +74,22 @@ poster_image: /assets/vid/radio.jpg
<div class="articles"> <div class="articles">
<div id="radioPlaceholder"></div> <div id="radioPlaceholder"></div>
</div> </div>
<div class="articles"><p><b>Dislike scripts? Want the M3U? We got you covered!</b>
<br /><br />Enjoy the stream withing your browser in
<a target="_blank" rel="noopener noreferrer" href="https://radio.basspistol.com/radio.mp3">MP3</a>
or <a target="_blank" rel="noopener noreferrer" href="https://radio.basspistol.com/radio.ogg">OGG</a> within the browser
<br /><br />
Enjoy the stream in your favorite player in
<a target="_blank" rel="noopener noreferrer" href='https://radio.basspistol.com/radio.mp3.m3u'>MP3</a>
and <a target="_blank" rel="noopener noreferrer" href='https://radio.basspistol.com/radio.ogg.m3u'>OGG</a></p>
</div>
{% include footer.html %} {% include footer.html %}
</div> </div>
</div> </div>
<audio preload="none" data-matomo-title="Basspistol Radio"> <audio preload="none" data-matomo-title="Basspistol Radio">
<source src="https://radio.basspistol.com/radio.mp3" type="audio/mpeg" /> <source src="https://radio.basspistol.com/radio.mp3" type="audio/mpeg" />
<source src="https://radio.basspistol.com/radio.ogg" type="audio/ogg" /> <source src="https://radio.basspistol.com/radio.ogg" type="audio/ogg" />
<h1>Your browser isn't ready for so much hotness. Use these links instead: <a href="https://radio.basspistol.com/radio.ogg.m3u">OGG</a> or <a href="https://radio.basspistol.com/radio.mp3.m3u">MP3</a></h1>. <h1>Your browser isn't ready for so much hotness. Use these links instead: <a target="_blank" rel="noopener noreferrer" href="https://radio.basspistol.com/radio.ogg.m3u">OGG</a> or <a href="https://radio.basspistol.com/radio.mp3.m3u">MP3</a></h1>.
</audio> </audio>
</div> </div>
<script type="text/javascript"> <script type="text/javascript">