DevOpsPlayground/directory-react-nodejs

View on GitHub
www/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
<head>
    <title>Employee Directory</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
    <link href="ratchet/css/ratchet.css" rel="stylesheet" type="text/css">
    <link href="css/styles.css" rel="stylesheet" type="text/css">
    <link href="css/pageslider.css" rel="stylesheet" type="text/css">
    <script src="//cdnjs.cloudflare.com/ajax/libs/react/0.13.3/react-with-addons.js"></script>
    <script src="//cdnjs.cloudflare.com/ajax/libs/react/0.13.3/JSXTransformer.js"></script>
    <script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
    <script src="js/router.js"></script>
    <script src="js/data-service.js"></script>
    <script type="text/jsx" src="js/pageslider-react.js"></script>
    <script type="text/jsx" src="js/app.js"></script>
</head>

<body></body>

</html>