From b15185fe1ba7e2d5518dd3556f5c3a64a927fe88 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Fri, 27 May 2022 11:53:38 +1000 Subject: [PATCH] add index for mlerp --- angular.json | 4 ++++ src/index.mlerp.html | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/index.mlerp.html diff --git a/angular.json b/angular.json index 910afb5..f3284d3 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 0000000..a456fb3 --- /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> -- GitLab