14 lines
155 B
HTML
14 lines
155 B
HTML
|
<!DOCTYPE html>
|
||
|
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>Web socket sample</title>
|
||
|
<script src="./index.js"></script>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div>hello</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|