matiasmenares/Nissboard

View on GitHub
server/public/index.html

Summary

Maintainability
Test Coverage
<html>
<head>
<title>Hello React</title>
<script src="./react-0.12.2.js"></script>
<script src="./jsx-transformer-0.12.2.js"></script>
<script src="./jquery-1.10.0.min.js"></script>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div id="content"></div>
<script src="/socket.io/socket.io.js"></script>
<script type="text/jsx" src="app.jsx"></script>
</body>
</html>