Skip to content

Commit 49b9d13

Browse files
ml7JoelMarcey
authored andcommitted
center contents of 404 page (pytorch#121)
1 parent b4cc24a commit 49b9d13

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

404.html

+12-10
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,20 @@
88
<!DOCTYPE html>
99
<html>
1010
<body>
11-
<img src="{{ site.baseurl }}/assets/images/404_sign.png" />
11+
<div style="text-align: center;">
12+
<img src="{{ site.baseurl }}/assets/images/404_sign.png" />
1213

13-
<h1>Oops!</h1>
14+
<h1>Oops!</h1>
1415

15-
<h4>You've reached a dead end.</h4>
16+
<h4>You've reached a dead end.</h4>
1617

17-
<h4>
18-
If you feel like something should be here, you can <a href="https://github.com/pytorch/pytorch.github.io/issues">open an issue</a> on GitHub.
19-
</h4>
18+
<h4>
19+
If you feel like something should be here, you can <a href="https://github.com/pytorch/pytorch.github.io/issues">open an issue</a> on GitHub.
20+
</h4>
2021

21-
<h4>
22-
Click <a href="/">here</a> to go back to the main page.
23-
</h4>
22+
<h4>
23+
Click <a href="/">here</a> to go back to the main page.
24+
</h4>
25+
</div>
2426
</body>
25-
</html>
27+
</html>

0 commit comments

Comments
 (0)