Skip to content

Commit 4a9617e

Browse files
author
Arun Gupta
committed
Improving the title
1 parent 6b5ad04 commit 4a9617e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

5050
</head>
5151
<body>
52-
<h1>Annotated Endpoint</h1>
52+
<h1>WebSocket : Simple Annotated Endpoint</h1>
5353

5454
<div style="text-align: center;">
55+
<h2>Text Data</h2>
5556
<form action="">
56-
<h2>Text Data</h2>
5757
<input onclick="sayHello();" value="Say Hello" type="button">
5858
<input id="myField" value="WebSocket" type="text"><br>
5959
</form>
60+
<h2>Binary Data</h2>
6061
<form action="">
61-
<h2>Binary Data</h2>
6262
<input onclick="echoBinary();" value="Echo" type="button">
6363
<input id="myField2" value="12345678" type="text"><br>
6464
</form>

0 commit comments

Comments
 (0)