Skip to content

Commit f33862f

Browse files
author
Arun Gupta
committed
Meaningful titles
1 parent 4e96208 commit f33862f

File tree

1 file changed

+3
-2
lines changed
  • websocket/endpoint-config/src/main/webapp

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,19 @@
4545
<html>
4646
<head>
4747
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
48-
<title>Annotated Endpoint Configuration</title>
48+
<title>WebSocket : Annotated Endpoint Configuration</title>
4949

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

5454
<div style="text-align: center;">
5555
<form action="">
5656
<input onclick="echoText();" value="Echo" type="button">
5757
<input id="myField" value="WebSocket" type="text"><br>
5858
</form>
5959
</div>
60+
<br><br>Check server.log for output
6061
<div id="output"></div>
6162
<script language="javascript" type="text/javascript" src="websocket.js">
6263
</script>

0 commit comments

Comments
 (0)