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

+
+ + + + + + + + + +