Shuo/client/index.html

18 lines
226 B
HTML
Raw Normal View History

2014-03-04 17:22:06 +00:00
<!doctype html>
<html>
<head></head>
<body>
Hello, world.
<script src="/socket.io/socket.io.js"></script>
<script src="/js/client.js"></script>
<script>
// Run the client.
new Client();
</script>
</body>
</html>