File size: 654 Bytes
871df0d 0930f24 d611b99 871df0d f435fae d611b99 f435fae d611b99 871df0d aba8b1a 0930f24 aba8b1a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<!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>
<meta http-equiv="refresh" content="0; url=https://huggingface.co/spaces/pollen-robotics/reachy-mini-landing-page#apps">
<script>
const target = 'https://huggingface.co/spaces/pollen-robotics/reachy-mini-landing-page#apps';
const popup = window.open(target, '_blank', 'noopener');
try {
window.top.location.replace(target);
} catch (e) {
window.location.href = target;
}
if (popup) {
window.location.replace(target);
}
</script>
</head>
<body></body>
</html>
|