diff options
Diffstat (limited to 'template/error_ie.st')
| -rwxr-xr-x | template/error_ie.st | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/template/error_ie.st b/template/error_ie.st index 340c4c3..371559b 100755 --- a/template/error_ie.st +++ b/template/error_ie.st @@ -1,8 +1,17 @@ -<div id="iesucks" style="margin:10%;font-size:15px;font-family:Arial, sans serif;color:black;"> -<center> -<img src="http://coteriemusicblog.files.wordpress.com/2008/02/1.gif"> -<h2> -WHOA HOLD UP!! dump.fm only works with Firefox, Chrome or Safari ... (possibly Opera) ... sorry dude... -</h2> -</DIV> -</center>
\ No newline at end of file +<html> + <head> + <title>dump.fm</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <link rel="stylesheet" type="text/css" href="/static/css/error_ie.css?v=20260131"> + </head> + <body> + <div id="iesucks"> + <center> + <img src="https://coteriemusicblog.files.wordpress.com/2008/02/1.gif" alt="" /> + <h2> + WHOA HOLD UP!! dump.fm only works with Firefox, Chrome or Safari ... (possibly Opera) ... sorry dude... + </h2> + </center> + </div> + </body> +</html> |
