revert to old stuff if userAgent is Safari

This commit is contained in:
2023-12-26 18:19:07 +01:00
parent 119c3df0c9
commit f3e2528e04
2 changed files with 81 additions and 0 deletions
+6
View File
@@ -71,5 +71,11 @@
<script src='script.js'></script>
<script src="player.js"></script>
<script>
if navigator.userAgent.includes("Safari") {
window.location = "oldMachine.html";
}
</script>
</body>
</html>