UNPKG

nest-parrot

Version:
71 lines (61 loc) 3.25 kB
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Quelea by NEST @Github</title> <!-- bootstrap css --> <!--<link rel="stylesheet" href="../target/bootstrap3/css/bootstrap.css">--> <link rel="stylesheet" href="../node_modules/bootswatch/paper/bootstrap.css"> <link rel="stylesheet" href="../node_modules/font-awesome/css/font-awesome.css"> <!-- component css --> <!--<link href="../src/css/parrot.css" rel="stylesheet">--> <link href="../src/css/parrot.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="../target/html5shiv/html5shiv.js"></script> <script src="../target/html5shiv/html5shiv-printshiv.js"></script> <script src="../target/es5-shim/es5-shim.js"></script> <script src="../target/es5-shim/es5-sham.js"></script> <script src="../target/respond/respond.js"></script> <![endif]--> </head> <body> <div class="container" id="main"></div> <!-- foundation --> <!-- jquery --> <script src="../node_modules/jquery/dist/jquery.js"></script> <script src="../node_modules/jquery.browser/dist/jquery.browser.js"></script> <!-- bootstrap --> <script src="../node_modules/bootstrap/dist/js/bootstrap.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <!-- <script src="../target/bootstrap3/js/ie10-viewport-bug-workaround.js"></script> --> <!-- momentjs --> <script src="../node_modules/moment/min/moment-with-locales.js"></script> <!-- react --> <script src="../src/babel-browser-support/5.8.34/browser.js"></script> <script src="../node_modules/react/dist/react-with-addons.js"></script> <script src="../node_modules/react-dom/dist/react-dom.js"></script> <!-- jsface --> <script src="../node_modules/jsface/dist/jsface.js"></script> <script src="../node_modules/jsface/dist/jsface.pointcut.js"></script> <!-- components --> <script src="../node_modules/jquery-mockjax/dist/jquery.mockjax.js"></script> <!-- react components --> <script src="../src/js/browser-patch.jsx" type="text/babel"></script> <script src="../src/js/parrot-pre-define.jsx" type="text/babel"></script> <script src="../src/js/parrot-ajax.jsx" type="text/babel"></script> <script src="../src/js/parrot-codetable.jsx" type="text/babel"></script> <script src="../src/js/parrot-model.jsx" type="text/babel"></script> <script src="../src/js/parrot-component.jsx" type="text/babel"></script> <script src="../src/js/react-component/Button.jsx" type="text/babel"></script> <script src="../src/js/react-component/CheckBox.jsx" type="text/babel"></script> <script src="../src/js/react-component/Text.jsx" type="text/babel"></script> <script src="../src/js/react-component/FormCell.jsx" type="text/babel"></script> <script src="../src/js/react-component/Form.jsx" type="text/babel"></script> <script src="../src/js/react-component/Panel.jsx" type="text/babel"></script> <script src="../src/js/react-component/ArrayPanel.jsx" type="text/babel"></script> <script src="../src/js/react-component/Label.jsx" type="text/babel"></script> <script src="../src/js/parrot-post-define.jsx" type="text/babel"></script> <script src="js/array-panel.jsx" type="text/babel"></script> </body> </html>