blob: d71afe9cba23fa3a18a61cbf5ade264e66b3aae6 [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
Sean Condon83fc39f2018-04-19 18:56:13 +010027 <base href="/">
28 <title>ONOS</title>
29
30 <!-- {INJECTED-USER-START} -->
31 <!-- {INJECTED-USER-END} -->
32
33 <!-- ONOS UI Framework included here -->
34 <!--<script src="onos.js"></script>-->
35 <!--<script src="dist/onos.js"></script>-->
36
37 <!-- Framework and library stylesheets included here -->
38 <!--<link rel="stylesheet" href="dist/onos.css">-->
39
40 <!-- Contributed javascript injected here -->
41 <!-- {INJECTED-JAVASCRIPT-START} -->
42 <!-- {INJECTED-JAVASCRIPT-END} -->
43
44 <!-- Contributed stylesheets injected here -->
45 <!-- {INJECTED-STYLESHEETS-START} -->
46 <!-- {INJECTED-STYLESHEETS-END} -->
47
48</head>
49<body class="light">
50 <onos-root></onos-root>
51
52<!--<script>-->
53 <!--&lt;!&ndash; Inject user agent info into html element to allow CSS sensitivity. &ndash;&gt;-->
54 <!--(function () {-->
55 <!--var t = ('ontouchstart' in window) || ('onmsgesturechange' in window);-->
56 <!--d3.select(document.documentElement)-->
57 <!--.attr('data-useragent', navigator.userAgent)-->
58 <!--.attr('data-platform', navigator.platform)-->
59 <!--.classed('touch', t);-->
60 <!--}());-->
61<!--</script>-->
62</body>
63</html>