diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/index.html b/src/index.html index 0bdd78c..8c4ffe3 100644 --- a/src/index.html +++ b/src/index.html @@ -17,15 +17,15 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -ECOMP is a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END============================================ --> <!doctype html> <html lang="en"> + <head> <meta charset="utf-8"> - <title>APPC Self Service Design Tool</title> + <title>APPC Self Service Controller Design Tool</title> <base href="./index.html"> @@ -33,7 +33,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <link rel="icon" type="image/x-icon" href="favicon.ico"> </head> + <body> -<app-root></app-root> + <app-root></app-root> </body> + </html> |