Skip to content
Open
Changes from 1 commit
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
10 changes: 5 additions & 5 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
permalink: /404.html
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add

layout: default
title: Error 404

---
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The 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>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice use of some random tags.
I recommend italics for these as well.

<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>