Files
codeocean/db/seeds/geolocation/index.html
2022-08-17 01:40:14 +02:00

12 lines
340 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.1.min.js" integrity="sha256-h0cGsrExGgcZtSZ/fRz4AwV+Nn6Urh/3v3jFRQ0w9dQ=" crossorigin="anonymous"></script>
<script src="index.js"></script>
</head>
<body>
<h1>HTML5 Geolocation</h1>
<button id="locate">Locate me</button>
</body>
</html>