| 123456789101112131415161718192021222324252627282930313233 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>HSLayers-NG Field Calculator</title>
- <base href="/">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" type="image/x-icon" href="favicon.ico">
- <style>
- ngb-datepicker-navigation-select > .form-select {
- height: 2.5rem !important;
- }
- .ngb-dp-day {
- width: 3.3rem !important;
- }
- .ngb-dp-weekday {
- width: 3.1rem !important;
- }
- .ngb-dp-weekdays {
- color: #025797;
- font-weight: 200;
- max-width: 22rem;
- }
- </style>
- </head>
- <body style="margin: 0;">
- <application-root></application-root>
- </body>
- </html>
|