Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <meta
- name="viewport"
- content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
- />
- <script src="https://unpkg.com/leaflet@1.4.0/dist/leaflet.js"></script>
- <script src="https://api.windy.com/assets/map-forecast/libBoot.js"></script>
- <style>
- #windy {
- width: 100%;
- height: 300px;
- }
- </style>
- </head>
- <body>
- <div id="windy"></div>
- <script src="script.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement