| 1234567891011121314151617181920 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>SwOPT Angular</title>
- <base href="/">
- <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="favicon.ico">
- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
- <link rel="manifest" href="manifest.webmanifest">
- <meta name="theme-color" content="#1976d2">
- <meta content='yes' name='apple-mobile-web-app-capable'/>
- <meta content='yes' name='mobile-web-app-capable'/>
- <script>var exports={}</script>
- </head>
- <body class="mat-app-background">
- <app-root></app-root>
- </body>
- </html>
|