wasm-bindgen/examples/websockets/index.html

11 lines
177 B
HTML
Raw Normal View History

2019-05-20 02:01:25 +03:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WebSockets example</title>
<script type="module" src="index.js"></script>
</head>
<bodt>
</bodt>
2019-06-01 16:17:50 +03:00
</html>