Fix due to the added HttpServer
This commit is contained in:
12
Example3/Public/index.html
Normal file
12
Example3/Public/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>WebSocket Echo Test</title>
|
||||
<script type="text/javascript" src="/Js/echotest.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h2>WebSocket Echo Test</h2>
|
||||
<div id="output"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user