xo-umbrella2/xo-websock/utest/mount-origin/ex_websock.html
Roland Conybeare 578c0ed658 git subrepo clone (merge) git@github.com:Rconybea/xo-websock.git xo-websock
subrepo:
  subdir:   "xo-websock"
  merged:   "c6eec3cd"
upstream:
  origin:   "git@github.com:Rconybea/xo-websock.git"
  branch:   "main"
  commit:   "c6eec3cd"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2026-06-06 22:37:35 -04: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>