diff --git a/angular.json b/angular.json index 910afb585dead4f0753fe16f15c9ce43cff4d07c..f3284d3f910fdd4bbb92c485b8054971680607a6 100644 --- a/angular.json +++ b/angular.json @@ -74,6 +74,10 @@ "with": "src/environments/environment.mlerp.ts" } ], + "index": { + "input": "src/index.gerp.html", + "output": "index.html" + }, "optimization": true, "outputHashing": "all", "sourceMap": false, diff --git a/src/index.mlerp.html b/src/index.mlerp.html new file mode 100644 index 0000000000000000000000000000000000000000..a456fb3a6fea0fb0b7a08d5f7c6790c94473a332 --- /dev/null +++ b/src/index.mlerp.html @@ -0,0 +1,13 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>MLeRP</title> + <base href="/"> + + <meta name="viewport" content="width=device-width, initial-scale=1"> +</head> +<body style="height: 100vh; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;" class="mat-typography"> + <app-root></app-root> +</body> +</html>