ETRI_SMARTFARM_POC/public-ws/index.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>