12 lines
251 B
HTML
12 lines
251 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
|
|
<script src="index.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1>HTML5 Geolocation</h1>
|
|
<button id="locate">Locate me</button>
|
|
</body>
|
|
</html>
|