2015-10-28 19:42:01 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Daemons</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="node_modules/normalize.css/normalize.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/app.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="text/javascript" src="node_modules/react/dist/react.js"></script>
|
|
|
|
<script type="text/javascript" src="node_modules/react-dom/dist/react-dom.js"></script>
|
|
|
|
<script type="text/javascript" src="js/http.js"></script>
|
|
|
|
<script type="text/javascript" src="js/format.js"></script>
|
2015-10-28 20:13:00 +00:00
|
|
|
<script type="text/javascript" src="js/build/app.js"></script>
|
2015-10-28 19:42:01 +00:00
|
|
|
</body>
|
|
|
|
</html>
|