commit | 1020298bd3a2f1b93a1fce543e7188cb60adb75b | [log] [tgz] |
---|---|---|
author | bigbiff bigbiff <bigbiff@teamw.in> | Sat Apr 07 16:07:43 2018 -0400 |
committer | bigbiff bigbiff <bigbiff@teamw.in> | Sat Apr 07 16:11:02 2018 -0400 |
tree | 67faa7594f192768dd395a45021bcc96a4fc9ae3 | |
parent | b89b60d5f162b6bc6263ef7b78cc7611726448ef [diff] |
Remove ads from 404 page. Change-Id: I5f5f643c409dfed02a4e44ce7dd33fe6e4d8f2da
diff --git a/_layouts/404.html b/_layouts/404.html new file mode 100644 index 0000000..704c257 --- /dev/null +++ b/_layouts/404.html
@@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html> + + {% include head.html %} + + <body> + + {% include header404.html %} + + <div class="page-content"> + <div class="wrapper"> + {{ content }} + </div> + </div> + + {% include footer404.html %} + + </body> + +</html>