We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c41c2d commit d6ce0eeCopy full SHA for d6ce0ee
index.html
@@ -1,10 +1,12 @@
1
-<!doctype html>
+<!DOCTYPE html>
2
<html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title>Meta PyTorch</title>
6
- </head>
7
- <body>
8
- <h1>I'll find something to put here.</h1>
9
- </body>
+ <head>
+ <title>Pytorch Domains</title>
+ </head>
+ <body>
+ <p>The documentation is <a href="https://pytorch.org/domains/">here</a></p>
+ <script>
+ window.location.href= "https://pytorch.org/domains/";
10
+ </script>
11
+ </body>
12
</html>
0 commit comments