nci/static/index.html

21 lines
302 B
HTML
Raw Normal View History

2015-04-10 19:23:52 +00:00
<!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>