transferred Code Ocean from original repository to GitHub
This commit is contained in:
11
db/seeds/geolocation/index.html
Normal file
11
db/seeds/geolocation/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!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>
|
3
db/seeds/geolocation/index.js
Normal file
3
db/seeds/geolocation/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
$(function() {
|
||||
var button = $('#locate');
|
||||
});
|
Reference in New Issue
Block a user