Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
<SCRIPT LANGUAGE="JavaScript">
Tag = 24;
Monat = 12;
Jahr = 2002;
var t = new Date();
day = t.getDate();
month = t.getMonth();
year = t.getYear();
if (day == Tag) {
if (month == Monat) {
if (year == Jahr) {
self.location.href = 'xmas.html';
}}}
</script>