diff options
Diffstat (limited to 'ecomp-portal-FE-common/home')
-rw-r--r-- | ecomp-portal-FE-common/home/ecompportal/applicationsHome | 9 | ||||
-rw-r--r-- | ecomp-portal-FE-common/home/ecompportal/login.htm | 9 | ||||
-rw-r--r-- | ecomp-portal-FE-common/home/index.html | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/ecomp-portal-FE-common/home/ecompportal/applicationsHome b/ecomp-portal-FE-common/home/ecompportal/applicationsHome new file mode 100644 index 00000000..e2a981e4 --- /dev/null +++ b/ecomp-portal-FE-common/home/ecompportal/applicationsHome @@ -0,0 +1,9 @@ +<html> +<body> +ECOMP Portal has moved to this new location <a href="https://www.e-access.att.com/ecomp_portal/"> https://www.e-access.att.com/ecomp_portal/ </a> +<p> +Please update your bookmarks. +</p> +</body> +</html> + diff --git a/ecomp-portal-FE-common/home/ecompportal/login.htm b/ecomp-portal-FE-common/home/ecompportal/login.htm new file mode 100644 index 00000000..e2a981e4 --- /dev/null +++ b/ecomp-portal-FE-common/home/ecompportal/login.htm @@ -0,0 +1,9 @@ +<html> +<body> +ECOMP Portal has moved to this new location <a href="https://www.e-access.att.com/ecomp_portal/"> https://www.e-access.att.com/ecomp_portal/ </a> +<p> +Please update your bookmarks. +</p> +</body> +</html> + diff --git a/ecomp-portal-FE-common/home/index.html b/ecomp-portal-FE-common/home/index.html new file mode 100644 index 00000000..5e433099 --- /dev/null +++ b/ecomp-portal-FE-common/home/index.html @@ -0,0 +1,3 @@ +<script> +window.location.href = "ecompui/login.htm" +</script> |