12 lines
166 B
HTML
Executable File
12 lines
166 B
HTML
Executable File
<html>
|
|
<body>
|
|
<script>
|
|
window.onload = init;
|
|
|
|
function init() {
|
|
console.dir(navigator.geolocation);
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|