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.
<body>
<script language="javascript" type="text/javascript">
function getDays() {
var d = new Date();
var day = d.getDay();
if(day>5 || day==0) day=0; else day=6-d.getDay();
document.write(day);
}
</script>
Noch <script language="javascript" type="text/javascript">getDays();</script> Tag(e) bis zum Wochenende
</body>