blob: 9ca6a020b3514f79974802417490da24d0bd5254 [file] [log] [blame]
Sean Condon83fc39f2018-04-19 18:56:13 +01001<!DOCTYPE html>
2<!--
3~ Copyright 2014-present Open Networking Foundation
4~
5~ Licensed under the Apache License, Version 2.0 (the "License");
6~ you may not use this file except in compliance with the License.
7~ You may obtain a copy of the License at
8~
9~ http://www.apache.org/licenses/LICENSE-2.0
10~
11~ Unless required by applicable law or agreed to in writing, software
12~ distributed under the License is distributed on an "AS IS" BASIS,
13~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14~ See the License for the specific language governing permissions and
15~ limitations under the License.
16-->
17<html>
18<head>
19 <meta charset="utf-8">
20 <link rel="shortcut icon" href="data/img/onos-logo.png">
21
22 <link rel="apple-touch-icon" href="data/img/apple-touch-icon.png">
23 <meta name="apple-mobile-web-app-capable" content="yes">
24 <meta name="apple-mobile-web-app-status-bar-style" content="black">
25 <meta name="viewport" content="width=device-width, initial-scale=1.0">
26
27 <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700'
28 rel='stylesheet' type='text/css'>
Sean Condonfd6d11b2018-06-02 20:29:49 +010029 <link href="onos.theme.css" type='text/css'>
Sean Condon83fc39f2018-04-19 18:56:13 +010030 <link href="app/fw/layer/loading.service.css" rel='stylesheet' type='text/css'>
31 <base href="/">
32 <title>ONOS</title>
33
34 <!-- {INJECTED-USER-START} -->
35 <!-- {INJECTED-USER-END} -->
36
37 <!-- ONOS UI Framework included here -->
38 <!--<script src="onos.js"></script>-->
39 <!--<script src="dist/onos.js"></script>-->
40
41 <!-- Framework and library stylesheets included here -->
42 <!--<link rel="stylesheet" href="dist/onos.css">-->
43
44 <!-- Contributed javascript injected here -->
45 <!-- {INJECTED-JAVASCRIPT-START} -->
46 <!-- {INJECTED-JAVASCRIPT-END} -->
47
48 <!-- Contributed stylesheets injected here -->
49 <!-- {INJECTED-STYLESHEETS-START} -->
50 <!-- {INJECTED-STYLESHEETS-END} -->
51
52</head>
53<body class="light">
54 <onos-root></onos-root>
55
56<!--<script>-->
57 <!--&lt;!&ndash; Inject user agent info into html element to allow CSS sensitivity. &ndash;&gt;-->
58 <!--(function () {-->
59 <!--var t = ('ontouchstart' in window) || ('onmsgesturechange' in window);-->
60 <!--d3.select(document.documentElement)-->
61 <!--.attr('data-useragent', navigator.userAgent)-->
62 <!--.attr('data-platform', navigator.platform)-->
63 <!--.classed('touch', t);-->
64 <!--}());-->
65<!--</script>-->
66</body>
67</html>