index.html 433 B

1234567891011121314151617
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Rural attractiveness explorer</title>
  6. <base href="./">
  7. <script>document.write('<base href="' + document.location + '"/>');</script>
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="icon" type="image/x-icon" href="favicon.ico">
  10. </head>
  11. <body style="margin: 0;">
  12. <application-root></application-root>
  13. </body>
  14. </html>