Last active
August 29, 2015 14:24
-
-
Save janit/3f8664f632308597c3a1 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
<script src="js/tags/ymap.tag" type="riot/tag"></script> | |
<script src="https://cdn.jsdelivr.net/g/[email protected](riot.min.js+compiler.min.js)"></script> | |
<script src="http://api-maps.yandex.ru/2.0-stable/?load=package.full&lang=en-US" type="text/javascript"></script> | |
<script> | |
riot.mount('*'); | |
</script> | |
<ymap zoom="5" center="0,40"></ymap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment