nci/static/index.html
2015-04-10 22:23:52 +03:00

21 lines
302 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="/socket.io/socket.io.js"></script>
<script src="/data.io.js"></script>
<script src="/app.js"></script>
<script>
</script>
</head>
<body>
<h1>Hello world</h1>
<div id="builds">
</div>
<button onclick="createMessage()">Add</button>
</body>
</html>