nest-parrot
Version:
Parrot built on react
58 lines (54 loc) • 2.47 kB
HTML
<html>
<head lang="en">
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Parrot</title>
<!-- bootstrap css -->
<link rel="stylesheet" href="../target/bootstrap3/css/bootswatch.paper.css">
<link rel="stylesheet" href="./3rd-party/fontawesome/css/font-awesome.min.css">
<!-- component css -->
<link href="../target/parrot/css/nest-parrot.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="./3rd-party/html5shiv/html5shiv.min.js"></script>
<script src="./3rd-party/html5shiv/html5shiv-printshiv.min.js"></script>
<script src="./3rd-party/es5-shim/es5-shim.min.js"></script>
<script src="./3rd-party/es5-shim/es5-sham.min.js"></script>
<script src="./3rd-party/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="page-header"></div>
<div class="container" id="main"></div>
<div id="page-footer">
Designed and built by <a href="mailto:brad.wu@ebaotech.com?Subject=I've%20an%20idea">Brad Wu</a>
</div>
<!-- foundation -->
<!-- jquery -->
<script src="./3rd-party/jquery/jquery.min.js"></script>
<script src="./3rd-party/jquery/jquery.mousewheel.js"></script>
<script src="./3rd-party/jquery/jquery.mockjax.min.js"></script>
<!-- bootstrap -->
<script src="./3rd-party/bootstrap3/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./3rd-party/bootstrap3/js/ie10-viewport-bug-workaround.js"></script>
<!-- momentjs -->
<script src="./3rd-party/moment/moment-with-locales.min.js"></script>
<!-- react -->
<script src="./3rd-party/react/react-with-addons.min.js"></script>
<script src="./3rd-party/react/react-dom.min.js"></script>
<script src="./3rd-party/react/babel-browser.js"></script>
<!-- jsface -->
<script src="./3rd-party/jsface/jsface.js"></script>
<script src="./3rd-party/jsface/jsface.pointcut.js"></script>
<!-- react components -->
<script src="../target/parrot/js/nest-parrot.js"></script>
<script type="text/babel" src="js/page-header-side.jsx"></script>
</body>
</html>