Skip to content

Added custom 404 page #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
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
36 changes: 36 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Oops!
id: 404
permalink: /404.html
layout: about
---

<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
h4 {
margin: 2em 0;
}
</style>
</head>
<body>
<div style="text-align: center">
<img src="/static/img/404_sign.png">

<h1>Oops!</h1>

<h4>You've reached a dead end.</h4>

<h4>
If you feel like something should be here, you can
<a target="_blank" href="https://github.com/pytorch/pytorch.github.io/issues/new">open an issue</a>
on GitHub.
</h4>

<h4>
Click <a href="https://pytorch.org/">here</a> to go back to the main page.
</h4>
</div>
</body>
</html>
Binary file added static/img/404_sign.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.