|
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Imaq Pilotage manager</title>
- <base href="/">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
- <meta name="robots" content="noindex,nofollow">
- <link rel="icon" type="image/x-icon" href="favicon.ico">
- </head>
- <body class="mat-typography">
- <app-root></app-root>
- </body>
- </html>
|