blob: ea0c97a3e553cd0db97073f4d07e6cf590455771 [file] [log] [blame]
Matteo Scandolo500e4c42017-08-08 13:05:24 -07001
2<!--
3Copyright 2017-present Open Networking Foundation
4
5Licensed under the Apache License, Version 2.0 (the "License");
6you may not use this file except in compliance with the License.
7You may obtain a copy of the License at
8
9http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16-->
17
18
Matteo Scandolod819c922016-12-02 14:06:14 -080019<!doctype html>
Matteo Scandolo266907e2016-12-20 13:41:42 -080020<html ng-app="app">
Matteo Scandolod819c922016-12-02 14:06:14 -080021 <head>
22 <base href="/">
23 <meta charset="utf-8">
Matteo Scandolo5655bdc2016-12-16 08:32:15 -080024 <title>XOS</title>
Matteo Scandolod819c922016-12-02 14:06:14 -080025 <meta name="description" content="">
26 <meta name="viewport" content="width=device-width">
Matteo Scandolo99fface2016-12-21 15:37:23 -080027 <link id="favicon" rel="icon" type="image/png" ng-href="{{favicon}}" />
28 <link rel="stylesheet" ng-href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
Matteo Scandoloee655a12016-12-19 15:38:43 -080029 <!-- Latest compiled and minified CSS -->
Matteo Scandolo266907e2016-12-20 13:41:42 -080030 <!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">-->
Matteo Scandolod819c922016-12-02 14:06:14 -080031 </head>
32
Matteo Scandolo266907e2016-12-20 13:41:42 -080033 <body class="{{class}}">
Matteo Scandolo042ea632017-03-01 19:02:34 -080034 <div ng-show="::false">
35 <div class="loader">
36 Loading
37 </div>
38 </div>
Matteo Scandolobf4e8402019-06-24 12:22:49 -070039 <ui-view></ui-view>
Matteo Scandolod819c922016-12-02 14:06:14 -080040 </body>
Matteo Scandolo828d1e82017-01-17 14:49:38 -080041 <script type="text/javascript" src="./app.config.js"></script>
42 <script type="text/javascript" src="./style.config.js"></script>
Matteo Scandolod819c922016-12-02 14:06:14 -080043</html>