diff options
Diffstat (limited to 'overlays/spm/frontend/src/index.html')
-rw-r--r-- | overlays/spm/frontend/src/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/overlays/spm/frontend/src/index.html b/overlays/spm/frontend/src/index.html new file mode 100644 index 00000000..8bd1bc7f --- /dev/null +++ b/overlays/spm/frontend/src/index.html | |||
@@ -0,0 +1,12 @@ | |||
1 | <!doctype html> | ||
2 | <html lang="en"> | ||
3 | <head> | ||
4 | <meta charset="utf-8"> | ||
5 | <title>spm</title> | ||
6 | <base href="/"> | ||
7 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
8 | </head> | ||
9 | <body class="mat-typography mat-app-background"> | ||
10 | <app-root></app-root> | ||
11 | </body> | ||
12 | </html> | ||