Skip to content

Commit

Permalink
Error 404 page made standalone with base64 png data, HTML version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Usman committed Jun 13, 2013
1 parent 27171be commit c3cb2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error.html
Expand Up @@ -11,7 +11,7 @@
}
body{
font-family: 'Audiowide', cursive, arial, helvetica, sans-serif;
background:url(img/error_bg.png) repeat;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAUElEQVQYV2NkYGAwBuKzQAwDID4IoIgxIikAMZE1oRiArBDdZBSNMIXoJiFbDZYDKcSmCOYimDuNSVKIzRNYrUYOFuQgweoZbIoxgoeoAAcAEckW11HVTfcAAAAASUVORK5CYII=) repeat;
background-color:#212121;
color:white;
font-size: 18px;
Expand Down

0 comments on commit c3cb2c9

Please sign in to comment.