Skip to content
Snippets Groups Projects
index.html 646 B
Newer Older
Peter Morstein's avatar
Peter Morstein committed
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
Peter Morstein's avatar
Peter Morstein committed
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" >
Peter Morstein's avatar
Peter Morstein committed
    <title>Temperatures in Germany</title>
Peter Morstein's avatar
Peter Morstein committed
    <link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
    <link href="https://cdn.jsdelivr.net/npm/@mdi/font@4.x/css/materialdesignicons.min.css" rel="stylesheet">
Peter Morstein's avatar
Peter Morstein committed
    <style>
      html, body {
        margin: 0;
        height: 100%;
        width: 100%;
      }
    </style>
  </head>
  <body>
    <div id="app"></div>
    <script src="./index.js"></script>
  </body>
</html>