-
Notifications
You must be signed in to change notification settings - Fork 581
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>geojson.io</title> | ||
<meta http-equiv='content-type' content='text/html; charset=utf-8' /> | ||
<style> | ||
a { | ||
border-radius:5px; | ||
background:#eee; | ||
padding:5px; | ||
} | ||
body { | ||
color:#222; | ||
font:normal 12px/20px sans-serif; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<a href='javascript:var SITE="http://geojson.io";"github.com"==location.hostname&&window.location.href.match(/\.(geo)?json$/)?window.open(SITE+"/#github:"+location.pathname):"gist.github.com"==location.hostname?window.open(SITE+"/#gist:"+location.pathname):alert("Sorry, looks like you aren't on GitHub or aren't looking at a GeoJSON file");'>edit on geojson.io</a> ← drag this link to you address bar, and click it to edit a GitHub file in geojson.io | ||
</body> | ||
</html> |