17 lines
690 B
HTML
17 lines
690 B
HTML
|
<!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>
|
||
|
<script type="text/javascript" src="jsx/build/app.js"></script>
|
||
|
</body>
|
||
|
</html>
|