brainy/index.html

18 lines
568 B
HTML
Raw Normal View History

2025-06-24 11:41:30 -07:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Brainy Interactive Demo - Redirecting...</title>
<link rel="icon" href="brainy.png" type="image/png">
<meta http-equiv="refresh" content="0;url=demo/index.html">
<script>
window.location.href = 'demo/index.html'
</script>
</head>
<body>
<p>Redirecting to <a href="demo/index.html">Brainy Interactive Demo</a>...</p>
<p>If you are not redirected automatically, please click the link above.</p>
</body>
</html>