From 208821cda116bab74e657d6f0c2cd7c23eff9610 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 3 Feb 2018 13:40:30 -0500 Subject: Vastly simplify site I was getting tired of feeling like I should put things on my website and keep it up to date, so I decided to slim it down significantly (from its already admittedly slim state). No CSS, no JavaScript, just plain old HTML. The posts are staying for now, though I haven't linked to them from anywhere. Thus they won't be easily discoverable, but any links that are out there right now shouldn't break. I've also removed my resume from the site. --- 404.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '404.html') diff --git a/404.html b/404.html index cc384db..891ef08 100644 --- a/404.html +++ b/404.html @@ -1,11 +1,11 @@ --- -title: Well, this is embarrassing. +title: 404 Not Found description: Page not found — that’s a 404 :( -layout: blog +layout: master permalink: /404.html --- -

HTTP 404 - Not Found

+

404 Not Found

Perhaps you'd be interested in one of the following?

-- cgit v1.2.3