https://rawgit.com/theel0ja/915f2047d7139eedd78118cb973aaec7/raw/index.html
Last active
August 15, 2018 11:45
-
-
Save theel0ja/915f2047d7139eedd78118cb973aaec7 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<iframe width="800" height="600" src="https://embed-v1.mapillary.com/embed?version=1&filter=%5B%22all%22%5D&map_filter=%5B%22all%22%5D&map_style=mapbox_streets&image_key=iz_BCKZU7y2kl51mA7laNw&x=0.49279882921100976&y=0.5184255785214897&client_id=SXZmb0VqT1RzYkhTQWt5aC1XMGVTdzphODMyNDc4M2VkMTQ4OGU2&style=classic" frameborder="0"></iframe> | |
</body> | |
</html> |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<iframe width="640" height="480" src="https://embed-v1.mapillary.com/embed?version=1&filter=%5B%22all%22%5D&map_filter=%5B%22all%22%5D&map_style=mapbox_streets&image_key=iz_BCKZU7y2kl51mA7laNw&x=0.49279882921100976&y=0.5184255785214897&client_id=SXZmb0VqT1RzYkhTQWt5aC1XMGVTdzphODMyNDc4M2VkMTQ4OGU2&style=photo" frameborder="0"></iframe> | |
</body> | |
</html> |
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
<ul> | |
<li><a href="image-only.html">image only</a></li> | |
<li><a href="split.html">split</a></li> | |
<li><a href="classic.html">classic</a></li> | |
</ul> |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<iframe width="640" height="320" src="https://embed-v1.mapillary.com/embed?version=1&filter=%5B%22all%22%5D&map_filter=%5B%22all%22%5D&map_style=mapbox_streets&image_key=iz_BCKZU7y2kl51mA7laNw&x=0.49279882921100976&y=0.5184255785214897&client_id=SXZmb0VqT1RzYkhTQWt5aC1XMGVTdzphODMyNDc4M2VkMTQ4OGU2&style=split" frameborder="0"></iframe> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment