Create example.html
This commit is contained in:
parent
aa7b68e18a
commit
e9eb60f7ae
19
example.html
Normal file
19
example.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title></title>
|
||||
<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="map.tag" type="riot/tag"></script>
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
riot.mount('*')
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<map address="valencia" region="spain" delay="0" width="100%" height="300"></map>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user