Skip to content

Commit 283accb

Browse files
authored
Changed 404 from markdown to html
Added more stuff
1 parent 2499a59 commit 283accb

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

404.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
permalink: /404.html
3+
---
4+
<!DOCTYPE html>
5+
<html>
6+
<head>
7+
<meta charset="UTF-8">
8+
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
9+
<title>404</title>
10+
</head>
11+
<body>
12+
<h1 style="color:DodgerBlue;"><strong>Error 404</strong></h1>
13+
<h1 style="color:Tomato;"><b>How'd you get <sub>here?</sub> Anyways, you seem to be <sup>lost</sup>.</b></h1>
14+
<a href="http://thecatapi.com"><img src="http://thecatapi.com/api/images/get?format=src&type=gif"></a>
15+
</body>
16+
</html>

404.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)