Google finally has a 404 page that isn't ugly
1–10 of 113 posts
Re: Google finally has a 404 page that isn't ugly
#2Re: Google finally has a 404 page that isn't ugly
#3View the source. All the css is inlined, the images are base64 encoded, and there's no closing tag. That's one efficient 404!
href=//www.google.com/
Title is funny :)
I think they could drop margin:0; padding:0 from css, default values in browsers won't change much for this type of page anyway.Re: Google finally has a 404 page that isn't ugly
#4 Error 404 (Not Found)!!1Re: Google finally has a 404 page that isn't ugly
#5View the source. All the css is inlined, the images are base64 encoded, and there's no closing tag. That's one efficient 404!
Oh, and it validates indeed: http://validator.w3.org/check?uri=http://www.google.com/nota...
Re: Google finally has a 404 page that isn't ugly
#6View the source. All the css is inlined, the images are base64 encoded, and there's no closing tag. That's one efficient 404!
Re: Google finally has a 404 page that isn't ugly
#7View the source. All the css is inlined, the images are base64 encoded, and there's no closing tag. That's one efficient 404!
Does every browser support base64 encoded images embedded in css?
Re: Google finally has a 404 page that isn't ugly
#8View the source. All the css is inlined, the images are base64 encoded, and there's no closing tag. That's one efficient 404!
Also: href=//www.google.com/ Title is funny :) I think they could drop margin:0; padding:0 from css, default values in browsers won't change much for this type of page anyway.
Re: Google finally has a 404 page that isn't ugly
#9View the source. All the css is inlined, the images are base64 encoded, and there's no closing tag. That's one efficient 404!
Does every browser support base64 encoded images embedded in css?
(I'll give you a hint: It's MSIE 6 and 7.)
Source: http://en.wikipedia.org/wiki/Data_URI_scheme#Web_browser_sup...