-
Notifications
You must be signed in to change notification settings - Fork 0
Add a 404 page #1
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
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,16 @@ | ||
| --- | ||
| permalink: /404.html | ||
| --- | ||
| <!DOCTYPE html> | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove the head tags (and the contents of it), and remove the html and body tags as these are handled by the layout |
||
| <meta charset="UTF-8"> | ||
| <link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet"> | ||
| <title>404</title> | ||
| <meta charset="UTF-8"> | ||
| <title>404</title> | ||
| <link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet"> | ||
| </head> | ||
| <body> | ||
| <h1 style="color:DodgerBlue;"><strong>Error 404</strong></h1> | ||
| <h1 style="color:Tomato;"><b>How'd you get <sub>here?</sub> Anyways, you seem to be <sup>lost</sup>.</b></h1> | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nice use of some random tags. |
||
| <a href="http://thecatapi.com"><img src="http://thecatapi.com/api/images/get?format=src&type=gif"></a> | ||
| <a href="http://thecatapi.com"><img src="http://thecatapi.com/api/images/get?format=src&type=gif"></a> | ||
| </body> | ||
| </html> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add