Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Meta PyTorch</title>
</head>
<body>
<h1>I'll find something to put here.</h1>
</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/";
</script>
</html>