-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (16 loc) · 771 Bytes
/
index.html
File metadata and controls
25 lines (16 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="1; url=https://hottbox.github.io/stable/index.html">
<meta name="keywords" content="tensor decomposition, tensor operations">
<meta name="description" content="HOTTBOX: Higher Order Tensors ToolBOX -- Redirection to stable">
<meta name="author" content="Ilya Kisil">
<title>HOTTBOX: Higher Order Tensors ToolBOX</title>
<script type="text/javascript">
window.location.href = "https://hottbox.github.io/stable/index.html"
</script>
</head>
<body>
If you are not redirected automatically, follow the link to the <a href='https://hottbox.github.io/stable/index.html'>stable version</a>.
</body>
</html>