| |
| <!-- |
| Copyright 2017-present Open Networking Foundation |
| |
| 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. |
| --> |
| |
| |
| <!doctype html> |
| <html ng-app="app"> |
| <head> |
| <base href="/"> |
| <meta charset="utf-8"> |
| <title>XOS</title> |
| <meta name="description" content=""> |
| <meta name="viewport" content="width=device-width"> |
| <link id="favicon" rel="icon" type="image/png" ng-href="{{favicon}}" /> |
| <link rel="stylesheet" ng-href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" /> |
| <!-- Latest compiled and minified CSS --> |
| <!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">--> |
| </head> |
| |
| <body class="{{class}}"> |
| <ui-view></ui-view> |
| <div ng-show="::false"> |
| <div class="loader"> |
| Loading |
| </div> |
| </div> |
| </body> |
| <script type="text/javascript" src="./app.config.js"></script> |
| <script type="text/javascript" src="./style.config.js"></script> |
| </html> |