From ce8f123bf600a232cf5a77a08681cc8573aad7d5 Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Thu, 2 Jan 2025 19:21:38 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/index.html b/public/index.html index 78f9f3b..365f0c3 100644 --- a/public/index.html +++ b/public/index.html @@ -143,6 +143,8 @@ </head> <body> + <div id="status"></div> + <div id="menu-bar"> <div class="menu-item active" id="robot-item" onclick="selectModel('robot')"> <img src="previewImages/robot.png" alt="Roboter" style="width: 50px; height: 50px;"> -- GitLab