DeKCIB / index.html
InnovisionLLC's picture
Create index.html
4862529 verified
raw
history blame
657 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<script type="text/javascript">
// THE SINGLE LINK TO UPDATE:
const NEW_URL = "https://innovision-de-kcib-copilot.hf.space";
// This redirects the inner frame (allowed by HF security)
window.location.replace(NEW_URL);
</script>
</head>
<body style="font-family: sans-serif; text-align: center; padding-top: 50px;">
<h3>Loading De-KCIB Copilot...</h3>
<p>If the app does not load,
<a href="https://innovision-de-kcib-copilot.hf.space" target="_top">click here to open in a new tab</a>.
</p>
</body>
</html>