Skip to content

Commit

Permalink
Added Google's enhance 404 widget and some copy to help users underst…
Browse files Browse the repository at this point in the history
…and the error more.
  • Loading branch information
mikealmond committed Mar 2, 2011
1 parent 2ea8ab2 commit 598a1c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 404.html
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>

This comment has been minimized.

Copy link
@mathiasbynens

mathiasbynens Mar 10, 2011

Member

Agreed with craigbarnes — I think this should this be reverted as per issue 335.

This comment has been minimized.

Copy link
@paulirish

paulirish Mar 11, 2011

Member

yup. i meant to change that with a few other things.. mathias please go ahead and drop that to lower.

This comment has been minimized.

Copy link
@mathiasbynens

mathiasbynens Mar 12, 2011

Member

Looks like you beat me to it in commit 3090a50 :)

<title>Page Not Found</title>
<style type="text/css">
body { text-align: center;}
Expand All @@ -25,8 +25,8 @@ <h1>Not found <span frown>:(</span></h1>
</summary>

<script>
var GOOG_FIXURL_LANG = 'en';
var GOOG_FIXURL_LANG = 'en';
var GOOG_FIXURL_SITE = 'http://www.example.com';
</script>
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
</details>
</details>

3 comments on commit 598a1c9

@craigbarnes
Copy link

Choose a reason for hiding this comment

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

The doctype was fine as it was before.

@mikealmond
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I thought I had fixed this one before I committed. I definitely agree with the lowercase doctype.

@7fe
Copy link

@7fe 7fe commented on 598a1c9 Mar 12, 2011

Choose a reason for hiding this comment

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

Lowercase all the way.

Please sign in to comment.