Skip to content

Commit ecbcfc8

Browse files
author
Arun Gupta
committed
Fixing title
1 parent 2926b4c commit ecbcfc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

websocket/binary/src/main/webapp/index.jsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
<html>
4646
<head>
4747
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
48-
<title>WebSocket Binary Messages</title>
48+
<title>WebSocket : Binary Messages</title>
4949

5050
</head>
5151
<body>
52-
<h1>WebSocket Binary Messages</h1>
52+
<h1>WebSocket : Binary Messages</h1>
5353

5454
<div style="text-align: center;">
5555
<form action="">
56-
<h2>Binary Data</h2>
56+
<h2>Data is sent/received using ArrayBuffer</h2>
5757
<input onclick="echoBinary()" value="Echo" type="button">
5858
<input id="myField" value="12345678" type="text"><br>
5959
</form>

0 commit comments

Comments
 (0)