implement first commands

This commit is contained in:
MReenen
2023-11-21 21:02:30 +01:00
parent b03ec14c0f
commit 39e26f96dd
3 changed files with 104 additions and 18 deletions

View File

@@ -1,9 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>
Mousebot
</title>
<title>MBC Bootjes</title>
<meta name="viewport" content="user-scalable=no">
</head>
<body style="position: fixed; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
@@ -33,7 +31,7 @@ font-size: xx-large;">
connection.onopen = function ()
{
connection.send('Connect ' + (new Date()));
connection.send(clientId + ':' + (new Date()));
};
connection.onerror = function (error)