diff options
Diffstat (limited to 'ecd-app-overlay/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html')
-rw-r--r-- | ecd-app-overlay/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ecd-app-overlay/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html b/ecd-app-overlay/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html new file mode 100644 index 0000000..a52c9ab --- /dev/null +++ b/ecd-app-overlay/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html @@ -0,0 +1,16 @@ + <html> + <head> + <title>Redirecting</title> + <meta http-equiv="refresh" content="0;URL='ecd#'" /> + <style> + body { + font-family: Sans-Serif; + } + </style> + </head> + <body> + <p> + Redirecting to the <a href="ecd#">ECOMP-C Dashboard</a>.. + </p> + </body> +</html> |