Arundathi Patil | 85db5b0 | 2019-01-17 14:10:08 +0530 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START========================================== |
| 3 | =================================================================== |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame^] | 4 | Copyright (C) 2018 IBM Intellectual Property. All rights reserved. |
Arundathi Patil | 85db5b0 | 2019-01-17 14:10:08 +0530 | [diff] [blame] | 5 | =================================================================== |
| 6 | |
| 7 | Unless otherwise specified, all software contained herein is licensed |
| 8 | under the Apache License, Version 2.0 (the License); |
| 9 | you may not use this software except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame^] | 19 | ============LICENSE_END============================================ |
| 20 | --> |
| 21 | <!doctype html> |
| 22 | <html lang="en"> |
| 23 | <head> |
| 24 | <meta charset="utf-8"> |
| 25 | <title>CdsUi</title> |
| 26 | <base href="/"> |
| 27 | |
| 28 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 29 | <link rel="icon" type="image/x-icon" href="favicon.ico"> |
| 30 | </head> |
| 31 | <body> |
| 32 | <app-root></app-root> |
| 33 | <script type="text/javascript" src="runtime.js"></script><script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="styles.js"></script><script type="text/javascript" src="scripts.js"></script><script type="text/javascript" src="vendor.js"></script><script type="text/javascript" src="main.js"></script></body> |
| 34 | </html> |