diff --git a/index.html b/index.html
index c6decca..e57dcbf 100644
--- a/index.html
+++ b/index.html
@@ -63,6 +63,7 @@
services.forEach((service) => {
const card = document.createElement("a");
card.href = `http://${hostIP}:${service.port}`;
+ card.target = "_blank";
card.className =
"bg-gray-800 hover:bg-gray-700 transition rounded-lg p-6 shadow-lg border border-gray-700";
card.innerHTML = `