From 369a4c2b75e9b280f01df7cef8ed84ef32e9fb34 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Mon, 29 May 2023 13:19:56 +0200 Subject: [PATCH] add buttons --- api/public/css/stylesheet.css | 5 +++++ api/views/index.ejs | 19 +++++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/api/public/css/stylesheet.css b/api/public/css/stylesheet.css index 314a3660..ecb9792f 100644 --- a/api/public/css/stylesheet.css +++ b/api/public/css/stylesheet.css @@ -48,4 +48,9 @@ body { } #arm_disarm { float: right; +} + +#button_stop { + background-color: red; + color: white; } \ No newline at end of file diff --git a/api/views/index.ejs b/api/views/index.ejs index 5146e3d3..b275f848 100644 --- a/api/views/index.ejs +++ b/api/views/index.ejs @@ -15,13 +15,28 @@

Camera view:

+
+

Connected: <%- api_connected %>

+

-
-

Connected: <%- api_connected %>

+
+
+

Controls

+
+ + + + + + + + + +