a b/index.html
1
<!-- this file is only required for github pages -->
2
3
<head>
4
    <meta http-equiv="refresh" content="0; url=https://github.com/neuronflow/BraTS-Toolkit" />
5
</head>
6
7
<body>
8
    <p><a href="https://github.com/neuronflow/BraTS-Toolkit">Redirect</a></p>
9
</body>
10
<script>
11
    window.location.replace("https://github.com/neuronflow/BraTS-Toolkit");
12
</script>