<!DOCTYPE html>
<html>
<script>
function requestGeolocation() {
navigator.geolocation.getCurrentPosition(function(){});
}
requestGeolocation();
</script>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<script>
function requestGeolocation() {
navigator.geolocation.getCurrentPosition(function(){});
}
requestGeolocation();
</script>
<body>
</body>
</html>