diff options
Diffstat (limited to 'ecomp-portal-BE/war/WEB-INF/fusion/jsp/meta.jsp')
-rw-r--r-- | ecomp-portal-BE/war/WEB-INF/fusion/jsp/meta.jsp | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/meta.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/meta.jsp new file mode 100644 index 00000000..1899b79f --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/meta.jsp @@ -0,0 +1,35 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + 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. + ================================================================================ + --%> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> + <link rel="stylesheet" type="text/css" href="static/ebz/fn-ebz.css" > + <link rel="stylesheet" type="text/css" href="static/ebz/sandbox/styles/demo.css" > + <link rel="stylesheet" type="text/css" href="static/ebz/sandbox/styles/base.css" > + <link rel="stylesheet" type="text/css" href="static/ebz/sandbox/styles/btn.css" > + <link rel="stylesheet" type="text/css" href="static/ebz/sandbox/styles/dtpk.css" > + <link rel="stylesheet" type="text/css" href="static/ebz/sandbox/styles/frms.css" > + <link rel="stylesheet" type="text/css" href="static/ebz/sandbox/styles/sldr.css" > + <link rel="stylesheet" type="text/css" href="static/ebz/sandbox/styles/style.css" > + <link rel="stylesheet" type="text/css" href="static/ebz/sandbox/styles/tbs.css" > + +</head> |