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>
|