ETRI_SMARTFARM_POC/public-ws/index.html

14 lines
155 B
HTML
Raw Permalink Normal View History

2021-12-13 05:39:16 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Web socket sample</title>
<script src="./index.js"></script>
</head>
<body>
<div>hello</div>
</body>
</html>