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 829c78b commit 408424cCopy full SHA for 408424c
404.html
@@ -0,0 +1,36 @@
1
+---
2
+title: Oops!
3
+id: 404
4
+permalink: /404.html
5
+layout: about
6
7
+
8
+<!DOCTYPE html>
9
+<html>
10
+<head>
11
+ <style type='text/css'>
12
+ h4 {
13
+ margin: 2em 0;
14
+ }
15
+ </style>
16
+</head>
17
+<body>
18
+ <div style="text-align: center">
19
+ <img src="/static/img/404_sign.png">
20
21
+ <h1>Oops!</h1>
22
23
+ <h4>You've reached a dead end.</h4>
24
25
+ <h4>
26
+ If you feel like something should be here, you can
27
+ <a target="_blank" href="https://github.com/pytorch/pytorch.github.io/issues/new">open an issue</a>
28
+ on GitHub.
29
+ </h4>
30
31
32
+ Click <a href="https://pytorch.org/">here</a> to go back to the main page.
33
34
+ </div>
35
+</body>
36
+</html>
static/img/404_sign.png
17.3 KB
0 commit comments