Advertisement
filmfer

Windy HTML

Nov 22nd, 2024
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.56 KB | Source Code | 0 0
  1. <html>
  2.     <head>
  3.         <meta
  4.            name="viewport"
  5.            content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
  6.        />
  7.         <script src="https://unpkg.com/leaflet@1.4.0/dist/leaflet.js"></script>
  8.         <script src="https://api.windy.com/assets/map-forecast/libBoot.js"></script>
  9.         <style>
  10.             #windy {
  11.                 width: 100%;
  12.                 height: 300px;
  13.             }
  14.         </style>
  15.     </head>
  16.     <body>
  17.         <div id="windy"></div>
  18.         <script src="script.js"></script>
  19.     </body>
  20. </html>
Tags: Windy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement