elinuxhenrik | f507d92 | 2020-03-19 14:52:24 +0100 | [diff] [blame] | 1 | <!-- |
| 2 | ========================LICENSE_START================================= |
| 3 | O-RAN-SC |
| 4 | %% |
| 5 | Copyright (C) 2019 AT&T Intellectual Property |
| 6 | Modifications Copyright (C) 2020 Nordix Foundation |
| 7 | %% |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file 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. |
| 19 | ========================LICENSE_END=================================== |
| 20 | --> |
| 21 | <!doctype html> |
| 22 | <html lang="en"> |
| 23 | <head> |
| 24 | <meta charset="utf-8"> |
elinuxhenrik | 22cfc3d | 2020-03-30 08:53:58 +0200 | [diff] [blame] | 25 | <title>Non-RT RIC Control Panel</title> |
elinuxhenrik | f507d92 | 2020-03-19 14:52:24 +0100 | [diff] [blame] | 26 | <base href="/"> |
| 27 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 28 | <link rel="icon" type="image/x-icon" href="assets/oran-logo.png"> |
elinuxhenrik | ad70d41 | 2021-02-15 14:38:02 +0100 | [diff] [blame] | 29 | <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet"> |
| 30 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
| 31 | </head> |
elinuxhenrik | f507d92 | 2020-03-19 14:52:24 +0100 | [diff] [blame] | 32 | <body> |
elinuxhenrik | d438de5 | 2021-02-08 10:26:49 +0100 | [diff] [blame] | 33 | <nrcp-root></nrcp-root> |
elinuxhenrik | f507d92 | 2020-03-19 14:52:24 +0100 | [diff] [blame] | 34 | </body> |
| 35 | </html> |