index.html 740 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Rural attractiveness of Czech municipalities</title>
  6. <meta name="description" content="Rural attractiveness calculation and visualization application. 2021">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  8. <link rel="icon" type="image/x-icon" href="images/cropped-favicon-32x32.png">
  9. <meta name="apple-mobile-web-app-capable" content="yes">
  10. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  11. <style>
  12. html, body {
  13. margin: 0;
  14. padding: 0;
  15. }
  16. #hs-app {
  17. position: relative;
  18. margin: 0;
  19. padding: 0;
  20. }
  21. </style>
  22. </head>
  23. <body >
  24. <app-component></app-component>
  25. </body>
  26. </html>
  27. </html>