Advertisement
Guest User

Untitled

a guest
May 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lange="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <link rel="stylesheet" href="style.css" type="text/css">
  8. <title>Global Temperatures</title>
  9. <script src="https://cdn.jsdelivr.net/npm/chart.js@2.8.0/dist/Chart.min.js"> </script>
  10. </head>
  11.  
  12. <body>
  13.  
  14. <h1> Global Temperatures 1880-2018 </h1>
  15. <canvas id="myChart"> </canvas>
  16.  
  17.  
  18. <script src="main.js"></script>
  19. </body>
  20.  
  21.  
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement