mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-05 03:21:40 +00:00
updated server file
This commit is contained in:
@@ -21,5 +21,11 @@
|
||||
</div>
|
||||
</nav>
|
||||
<h1>fuck all of you web server is working like shit</h1>
|
||||
<script>
|
||||
var sock = new WebSocket("ws://localhost:8765");
|
||||
while(true){
|
||||
sock.send('test');
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user