Set app title, update Home, normalize lockfile

Change the app title in GUI/index.html to "4 Gewinnt" to reflect the project name. Apply updates to GUI/src/Home.vue (UI/logic adjustments). Regenerate/normalize GUI/package-lock.json alongside these changes.
This commit is contained in:
2026-02-11 17:17:01 +01:00
committed by Jonas
parent 4533bdf179
commit da6bb05126
3 changed files with 316 additions and 301 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>4 Gewinnt</title>
</head>
<body>
<div id="app"></div>