You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log("This page is supposed to be opened by Gitpod.")
19
25
setTimeout("window.close();",1000);
20
26
}
21
27
</script>
22
28
</head>
29
+
23
30
<body>
24
-
If this tab is not closed automatically, feel free to close it and proceed. <buttonclassName="px-4 py-2 my-auto bg-gray-900 hover:bg-gray-800 dark:bg-kumquat-base dark:hover:bg-kumquat-ripe text-gray-50 dark:text-gray-900 text-sm font-medium rounded-xl focus:outline-none focus:ring transition ease-in-out" type="button" onclick="window.open('', '_self', ''); window.close();">Close</button>
31
+
If this tab is not closed automatically, feel free to close it and proceed. <button
0 commit comments