Reachy_Mini_Apps / index.html
CarolinePascal's picture
fix(popup): fixing popup redirection
e503191 verified
raw
history blame
344 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reachy Mini Apps</title>
<script>
window.location.replace(
'https://huggingface.co/spaces/pollen-robotics/reachy-mini-landing-page#apps'
);
</script>
</head>
<body></body>
</html>