Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame^] | 1 | <!doctype html> |
| 2 | <html lang="en"> |
| 3 | |
| 4 | <head> |
| 5 | <meta charset="utf-8"> |
| 6 | <title>CDS</title> |
| 7 | <base href="/"> |
| 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 9 | |
| 10 | |
| 11 | <link rel="apple-touch-icon" sizes="180x180" href="/assets/img/favicon/apple-touch-icon.png"> |
| 12 | <link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon/favicon-32x32.png"> |
| 13 | <link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon/favicon-16x16.png"> |
| 14 | <link rel="manifest" href="/assets/img/favicon/site.webmanifest"> |
| 15 | <link rel="mask-icon" href="/assets/img/favicon/safari-pinned-tab.svg" color="#5bbad5"> |
| 16 | <meta name="msapplication-TileColor" content="#da532c"> |
| 17 | <meta name="theme-color" content="#ffffff"> |
| 18 | |
| 19 | |
| 20 | <link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700,800,900" rel="stylesheet"> |
| 21 | <link rel="stylesheet" href="/assets/css/orangeHelvetica.css" /> |
| 22 | <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> |
| 23 | <!-- <link rel="shortcut icon" href="https://www.onap.org/wp-content/uploads/sites/20/2018/01/favicon.png" /> --> |
| 24 | <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" |
| 25 | crossorigin="anonymous"> |
| 26 | </head> |
| 27 | |
| 28 | <body> |
| 29 | <app-root></app-root> |
| 30 | <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" |
| 31 | crossorigin="anonymous"></script> |
| 32 | <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" |
| 33 | crossorigin="anonymous"></script> |
| 34 | <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" |
| 35 | crossorigin="anonymous"></script> |
| 36 | <!-- <script src="https://code.jquery.com/jquery-3.4.1.js"></script> --> |
| 37 | </body> |
| 38 | |
| 39 | </html> |