<html lang="es"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>1...2...3 GO!</title> | |
</head> | |
<body> | |
<script> | |
function goredit() { | |
if (/Mobi|Android/i.test(navigator.userAgent)) { | |
window.location.href = 'https://www.instagram.com/'; | |
} else { | |
window.location.href = 'https://www.instagram.com/'; | |
} | |
} | |
goredit(); | |
</script> | |
</body> | |
</html> | |