ofermend's picture
redirect try 2
97ca42e
raw
history blame contribute delete
506 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting…</title>
<!-- Works even if JS is disabled -->
<meta http-equiv="refresh" content="0;url=https://vectara-leaderboard.hf.space" />
</head>
<body>
<p>If you're not redirected, <a href="https://vectara-leaderboard.hf.space">click here</a>.</p>
<script>
// Immediate redirect for JS-enabled browsers
location.replace("https://vectara-leaderboard.hf.space");
</script>
</body>
</html>