Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<html><body>
<head>
<link rel="shortcut icon" href="favicon.png"><link rel="apple-touch-icon" href="apple-touch-icon.png">
</head>
<body bgcolor="#00BFFF">
<br><br>
<center>
<a href="stop.php"><img src="stop.png"></a>
<br><br>
<a href="leiser.php"><img src="minus.png"></a>
<a href="lauter.php"><img src="plus.png"></a>
<br><br>
<a href="standby.php"><img src="standby.png"></a>
<br><br><br><br><br>
<a href="swr3.php"><img src="swr3.png">
<br>
<hr style="width:700px; background-color:#000000; height:2px;
text-align:center; border:1px solid #000000;">
<br>
<a href="landeswelle.php"><img src="landeswelle.png"></a>
<br>
<hr style="width:700px; background-color:#000000; height:2px;
text-align:center; border:1px solid #000000;">
<br>
<a href="mdrthueringen.php"><img src="mdrthueringen.png">
<br>
<hr style="width:700px; background-color:#000000; height:2px;
text-align:center; border:1px solid #000000;">
<br>
<a href="mdrjump.php"><img src="mdrjump.png">
<br>
<hr style="width:700px; background-color:#000000; height:2px;
text-align:center; border:1px solid #000000;">
<br>
<a href="sputnik.php"><img src="sputnik.png">
<br>
<hr style="width:700px; background-color:#000000; height:2px;
text-align:center; border:1px solid #000000;">
<br>
<a href="ostseewelle.php"><img src="ostseewelle.jpg">
<br>
<hr style="width:700px; background-color:#000000; height:2px;
text-align:center; border:1px solid #000000;">
<br>
<a href="swr1.php"><img src="swr1.png">
<br>
<hr style="width:700px; background-color:#000000; height:2px;
text-align:center; border:1px solid #000000;">
<br>
<a href="antennethueringen.php"><img src="antennethueringen.png">
<br>
<hr style="width:700px; background-color:#000000; height:2px;
text-align:center; border:1px solid #000000;">
<br>
<a href="antenne1.php"><img src="antenne1.png"></a>
<br>
<hr style="width:700px; background-color:#000000; height:2px;
text-align:center; border:1px solid #000000;">
<br>
<a href="bayern3.php"><img src="bayern3.png"></a>
<br>
<hr style="width:700px; background-color:#000000; height:2px;
text-align:center; border:1px solid #000000;">
<br>
<a href="hr3.php"><img src="hr3.png"></a>
<br><br>
</center>
</body></html>
<?php
system ( "mpc play 10");
header("Location:index.html?icon=swr.png");
?>
<a href="stop.php"><img src="stop.png"></a>
<br><br>
<a href="leiser.php"><img src="minus.png"></a>
<a href="lauter.php"><img src="plus.png"></a>
<br><br>
<a href="standby.php"><img src="standby.png"></a>
<br><br>
<img id="sender-icon">
<script type="text/javascript">
window.onload = function() {
icon = location.href.match(/\?icon=(.*)$/)[1];
if (icon) document.getElementById("sender-icon").src = icon;
}
</script>