inital-release

This commit is contained in:
mike
2025-12-16 15:53:35 +01:00
parent bd86a2354a
commit d208b0c69a

View File

@@ -29,7 +29,7 @@
targetPage = 'mobile.html'
} else if (isTabletDevice || (width >= 500 && width < 1200)) {
// Tablets: iPad/Android tablet OR 500-1200px
targetPage = 'tablet.html'
targetPage = 'index.html'
} else {
// Desktop: >= 1200px
targetPage = 'index.html'