<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Temperatures in Germany</title>
    <style>
      @import "node_modules/ol/ol.css";
    </style>
    <style>
      html, body {
        margin: 0;
        height: 100%;
      }
      #map {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
      }
    </style>

  </head>
  <body>
    <div id="app"></div>
    <script src="./index.js"></script>
  </body>
</html>