| 123456789101112131415161718192021222324252627 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>Rural attractiveness of Czech municipalities</title>
- <meta name="description" content="Rural attractiveness calculation and visualization application. 2021">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
- <link rel="icon" type="image/x-icon" href="images/cropped-favicon-32x32.png">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <style>
- html, body {
- margin: 0;
- padding: 0;
- }
- #hs-app {
- position: relative;
- margin: 0;
- padding: 0;
- }
- </style>
- </head>
- <body >
- <app-component></app-component>
- </body>
- </html>
- </html>
|