diff --git a/templates/control.html b/templates/control.html index 107f1d0..b47d784 100644 --- a/templates/control.html +++ b/templates/control.html @@ -118,6 +118,20 @@ text-align: center; border-radius: 5px; } + .monitor-link { + color: white; + background-color: #007bff; + padding: 10px 15px; + border-radius: 5px; + text-decoration: none; + font-weight: bold; + transition: background-color 0.3s; + } + +.monitor-link:hover { + background-color: #0056b3; +} + .slider-container { margin-top: 10px; } @@ -133,6 +147,9 @@

Hydraulic Machine Control

+ + Monitor + diff --git a/templates/login.html b/templates/login.html index d8f2a63..2e00382 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,23 +1,94 @@ - + - Login - + + + Login + + +
+

Login

-

Login

- {% if error %} -

{{ error }}

- {% endif %} - - - + + +
+ Monitor Without Login +