I would like to create a touch-based homepage. So, for example, if the user touches the screen with 5 fingers, as in the image (green circles, see below), he will redirect the user to a specific home page, but if he touches another template (red circles), he will show a warning “Login failed system, try again. " It doesn't matter where the user touches while he is inside the square.
The basic idea is to locate the user's finger and redirect it to another page; the idea of logging in is just an example.
Is there a way to do this using HTML and JavaScript because I want this to be the iOS homepage?
