From 612af45f594f8ef75d87c497abf149f5be3a1032 Mon Sep 17 00:00:00 2001 From: "ishak jmilou.ishak" Date: Thu, 9 Jan 2025 12:39:45 +0100 Subject: [PATCH] refactor control.html to update robot image source and improve structure --- src/Python/flask/web/templates/control.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/Python/flask/web/templates/control.html b/src/Python/flask/web/templates/control.html index 519402f..93b9b46 100644 --- a/src/Python/flask/web/templates/control.html +++ b/src/Python/flask/web/templates/control.html @@ -1,6 +1,8 @@ -{% extends 'base.html' %} {% block head %} +{% extends 'base.html' %} +{% block head %} -{% endblock %} {% block content %} +{% endblock %} +{% block content %} @@ -11,8 +13,8 @@
-
- Kobuki Robot +
+ Kobuki Camera Feed
@@ -42,7 +44,8 @@
+ -{% endblock %} +{% endblock %} \ No newline at end of file