Update example.html

This commit is contained in:
Andros Fenollosa 2018-12-16 21:47:34 +01:00 committed by GitHub
parent 43c454458e
commit ed7302e111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/riot/3.13.2/riot.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/riot/3.13.2/riot+compiler.min.js"></script>
<script src="https://raw.githubusercontent.com/tanrax/openstreetmap-tag-map/master/tag.map" type="riot/tag"></script>
<script src="https://cdn.jsdelivr.net/gh/tanrax/openstreetmap-tag-map@1.0.0/tag.map" type="riot/tag"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
riot.mount('*')