Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add 404 page with menu bar on it
Fixes #129
- Loading branch information
1 parent
09bfa0e
commit f312715
Showing
4 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| =begin Html | ||
|
|
||
| <img style="float: right; margin: 0 0 1em 1em" src="/images/camelia-404.png" alt="" id="home_logo"/> | ||
|
|
||
| <h2>404: Page Not Found</h2> | ||
|
|
||
| <p style="line-height: 1.7em">The page you tried to reach was moved or deleted. If you reached this page by following | ||
| some link on this site, please report it <a href="https://github.com/perl6/doc/issues/new">on our GitHub repository</a>, | ||
| so it could be fixed.</p> | ||
|
|
||
| =end Html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,2 @@ | ||
| Redirect 301 /language/5to6 http://doc.perl6.org/language/5to6-nutshell | ||
| ErrorDocument 404 /404.html |
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters