| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"/> | |
| <title>Slipstream - forecasting a project before it finishes</title> | |
| <link rel="preconnect" href="https://fonts.googleapis.com"/> | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/> | |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap" rel="stylesheet"/> | |
| <link rel="stylesheet" href="/static/styles.css"/> | |
| <script src="https://code.highcharts.com/highcharts.js"></script> | |
| <script src="https://code.highcharts.com/modules/heatmap.js"></script> | |
| </head> | |
| <body> | |
| <div id="app"></div> | |
| <script type="module" src="/static/app.js"></script> | |
| </body> | |
| </html> | |