Skip to content

Commit d6ce0ee

Browse files
authored
Add redirect to the main domains page (#1)
Replace placeholder with a redirect to the main pytorch domains
1 parent 2c41c2d commit d6ce0ee

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<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>
3+
<head>
4+
<title>Pytorch Domains</title>
5+
</head>
6+
<body>
7+
<p>The documentation is <a href="https://pytorch.org/domains/">here</a></p>
8+
<script>
9+
window.location.href= "https://pytorch.org/domains/";
10+
</script>
11+
</body>
1012
</html>

0 commit comments

Comments
 (0)