UNPKG

nest-parrot

Version:
68 lines (58 loc) 3.04 kB
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Quelea by NEST @Github</title> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=0,user-scalable=no"> <!-- 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="../target/jquery/jquery.mousewheel.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> <script src="../target/moment/moment-taiwan.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/DateTimePicker.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/datetime.jsx" type="text/babel"></script> </body> </html>