Skip to content

Instantly share code, notes, and snippets.

@nocean
Created July 18, 2015 18:27
Show Gist options
  • Save nocean/4909dd1c080d0d245f11 to your computer and use it in GitHub Desktop.
Save nocean/4909dd1c080d0d245f11 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Browser Version Not Supported</title>
</head>
<body style="text-align:center;">
<div style="margin:30px auto;border:1px solid #333;padding:10px;text-align:left;width:550px;background:#FFFFCC;">
<h2 style="font-variant:small-caps;">Your browser seems out of date!</h2>
<p>We're really sorry, and perhaps you weren't aware, but you're using an extremely outdated version of Internet Explorer.<p>
<p>We'd really like to make this site as accessible as possible, but due to changes in browser standards, and general Internet abilities, we strongly suggest you update your browser.</p>
<p>And while you're at it, perhaps you'd like to consider <strong>a browser that conforms to Web standards and offers enhanced security</strong>. Internet Explorer really isn't the best bet for these things.</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment