2026-03-12 21:00:08 +01:00
|
|
|
<!DOCTYPE html>
|
2026-03-15 16:00:01 +01:00
|
|
|
<html lang="it">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2026-03-12 21:00:08 +01:00
|
|
|
|
2026-03-15 16:00:01 +01:00
|
|
|
<title>Gioca a TetraQ!</title>
|
|
|
|
|
<meta property="og:title" content="Gioca a TetraQ!">
|
|
|
|
|
<meta property="og:description" content="Sfida i tuoi amici nell'arena al neon. Unisciti alla partita!">
|
2026-03-12 21:00:08 +01:00
|
|
|
|
2026-03-15 16:00:01 +01:00
|
|
|
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/c/ca/1x1.png">
|
2026-03-12 21:00:08 +01:00
|
|
|
|
2026-03-15 16:00:01 +01:00
|
|
|
<script>
|
|
|
|
|
function redirect() {
|
|
|
|
|
var userAgent = navigator.userAgent || navigator.vendor || window.opera;
|
2026-03-12 21:00:08 +01:00
|
|
|
|
2026-03-15 16:00:01 +01:00
|
|
|
// Se è iOS
|
|
|
|
|
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
|
|
|
|
|
window.location.href = "https://apps.apple.com/it/app/tetraq/id6759522394";
|
|
|
|
|
return;
|
2026-03-12 21:00:08 +01:00
|
|
|
}
|
2026-03-15 16:00:01 +01:00
|
|
|
// Se è Android
|
|
|
|
|
if (/android/i.test(userAgent)) {
|
|
|
|
|
window.location.href = "https://play.google.com/store/apps/details?id=com.amastra.tetraq";
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Se è da PC (o non riconosciuto), lo mandiamo alla tua pagina Google Sites
|
|
|
|
|
window.location.href = "https://sites.google.com/view/tetraq/home-page";
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
</head>
|
|
|
|
|
<body onload="redirect()" style="background-color: #0A001A; color: white;">
|
|
|
|
|
<h3 style="text-align: center; font-family: sans-serif; margin-top: 50px;">
|
|
|
|
|
Apertura in corso... 🚀
|
|
|
|
|
</h3>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|