diff --git a/control/frontend/src/routes/+layout.svelte b/control/frontend/src/routes/+layout.svelte
index 14b298e..352af3a 100644
--- a/control/frontend/src/routes/+layout.svelte
+++ b/control/frontend/src/routes/+layout.svelte
@@ -5,6 +5,10 @@
let { children } = $props();
+
+ PLG MuDiCS Control
+
+
{@render children()}