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.
<?php
$tag = date("j");
if(($tag >= 30)||($tag >= 0)){
$bg_img = "bild_30_9.jpg";
}
if($tag >= 10){
$bg_img = "bild_10_19.jpg";
}
if(($tag >= 20)&&($tag <= 30)){
$bg_img = "bild_20_29.jpg";
}
?>
<body style="background-imgage:url("<?php echo $bg_img; ?>");">