irc-style-chat-over-websockets/src/main/resources/static/index.html

12 lines
362 B
HTML
Raw Normal View History

2017-09-10 08:25:52 +00:00
<!DOCTYPE html>
<html>
<head>
<title>SockJS example</title>
<meta charset="UTF-8" />
<script type="application/javascript" src="/webjars/sockjs-client/0.3.4/sockjs.js"></script>
<script type="application/javascript" src="index.js"></script>
</head>
<body>
<input id="message" type="text" />
</body>
</html>