ComFitCopilot / index.html
InnovisionLLC's picture
Update index.html
925885d verified
raw
history blame contribute delete
645 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<script type="text/javascript">
// UPDATE ONLY THIS LINK FOR COMFIT:
const NEW_URL = "https://innovision-comfit-copilot.hf.space";
// Redirects the inner frame automatically
window.location.replace(NEW_URL);
</script>
</head>
<body style="font-family: sans-serif; text-align: center; padding-top: 50px;">
<h3>Loading ComFit Copilot...</h3>
<p>If the app does not load,
<a href="https://innovision-comfit-copilot.hf.space" target="_top">click here to open in a new tab</a>.
</p>
</body>
</html>