This repository has been archived on 2026-09-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
open-brainy/examples/index.html

17 lines
439 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Brainy Demo - Redirecting...</title>
<meta http-equiv="refresh" content="0;url=demo.html">
<link rel="canonical" href="demo.html">
</head>
<body>
<p>Redirecting to <a href="demo.html">Brainy Demo</a>...</p>
<script>
window.location.href = "demo.html";
</script>
</body>
</html>