Removed the unused 'menu' button on the web page

This commit is contained in:
moosecrab 2021-02-18 21:49:20 -08:00
parent 5682dc722d
commit a808748f6c

View File

@ -51,7 +51,6 @@ input{
</head> </head>
<body> <body>
<div style="flex:2"> <div style="flex:2">
<button style="flex:1">menu</button>
<button onclick="fetch('/key?code=46')" style="flex:1">del</button> <button onclick="fetch('/key?code=46')" style="flex:1">del</button>
<button onclick="fetch('/key?code=8')" style="flex:1">bksp</button> <button onclick="fetch('/key?code=8')" style="flex:1">bksp</button>
<button onclick="fetch('/key?code=13')" style="flex:1">enter</button> <button onclick="fetch('/key?code=13')" style="flex:1">enter</button>