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: "???"
13 lines
307 B
HTML
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>
|