xo-umbrella2/xo-websock/utest/mount-origin/ex_websock.html
Roland Conybeare dd1a6b1afc Add 'xo-websock/' from commit '57bf06a68f'
git-subtree-dir: xo-websock
git-subtree-mainline: 97eefaea22
git-subtree-split: 57bf06a68f
2025-05-11 15:08:51 -05:00

13 lines
307 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>pywebsock example page</title>
<script type="module" src="ex_websock.js"></script>
</head>
<body>
<p>pywebsock example page</p>
<button id="refresh" type="button">refresh</button>
<div id="uls"></div>
<div id="kfs"></div>
</body>
</html>