17 lines
568 B
HTML
17 lines
568 B
HTML
<!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>
|