Skip to content

Commit 54cd1e4

Browse files
committed
add index html and nojekyll
0 parents  commit 54cd1e4

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.nojekyll

Whitespace-only changes.

index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!doctype html>
2+
3+
<html lang="en">
4+
<head>
5+
6+
<meta http-equiv="refresh" content="1; url=https://neuraloperator.github.io/neuraloperator/dev/index.html">
7+
8+
<meta name="description" content="Learning in infinite dimension with neural operators. -- Redirection to stable">
9+
<title>Learning in infinite dimension with neural operators.</title>
10+
11+
<script type="text/javascript">
12+
window.location.href = "https://neuraloperator.github.io/neuraloperator/dev/index.html"
13+
</script>
14+
15+
</head>
16+
17+
<body>
18+
19+
If you are not redirected automatically, follow the link to the <a href='https://neuraloperator.github.io/neuraloperator/dev/index.html'>dev version</a>.
20+
21+
</body>
22+
23+
</html>

0 commit comments

Comments
 (0)