<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Face Training</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="../Tools/javascript/lightClient.js"></script>
<script src="../Tools/javascript/lightSocket.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="page-wrapper">
<h1>Face Training</h1>
<h3>Connect to Robot: </h3>
<input type="text" id="ip-address" placeholder="IP Address" required />
<button type="button" id="connect">Connect</button>
<h3>Command: </h3>
<input type="text" id="face-name" placeholder="Enter name" />
<button type="button" id="start">Start Face Training</button>
<button type="button" id="cancel">Cancel Face Training</button>
This file has been truncated. show original