You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
418 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scout Page</title>
</head>
<body>
<h1>Scout Page</h1>
<button onclick="window.location.href='http://192.168.78.178:5000/'">控制小车</button>
<button onclick="window.location.href='{{ url_for('send_message') }}'">发送消息</button>
</body>
</html>