nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / test / test.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4     <meta charset="utf-8">
5     <title>jqTree - Test</title>
6     <link rel="stylesheet" href="../static/bower_components/qunit/qunit/qunit.css">
7     <link rel="stylesheet" href="../jqtree.css">
8     <!--[if lt IE 9]>
9         <script src="../static/bower_components/jquery-1/dist/jquery.min.js"></script>
10     <![endif]-->
11     <!--[if gte IE 9]><!-->
12         <script src="../static/bower_components/jquery/dist/jquery.min.js"></script>
13     <!--<![endif]-->
14     <script src="../static/bower_components/qunit/qunit/qunit.js"></script>
15     <!--[if gte IE 9]><!-->
16         <script src="../static/bower_components/blanket/dist/qunit/blanket.js"></script>
17     <!--<![endif]-->
18     <script src="../tree.jquery.js" data-cover></script>
19     <script src="test_build.js"></script>
20 </head>
21 <body>
22     <div id="qunit"></div>
23 </body>
24 </html>