mirror of
https://github.com/vlang/v.git
synced 2025-09-07 06:08:33 -04:00
11 lines
231 B
HTML
11 lines
231 B
HTML
<!doctype html>
|
|
<html lang=en>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>vweb websocket example page</title>
|
|
</head>
|
|
<body>
|
|
<ol id="message-list"></ol>
|
|
<script type="text/javascript" src="websocket_client.js"></script>
|
|
</body>
|
|
</html> |