Skip to content

Instantly share code, notes, and snippets.

@musoftware
Last active November 4, 2016 17:43
Show Gist options
  • Select an option

  • Save musoftware/8b015a77e2c12f1d443799b006aa44a8 to your computer and use it in GitHub Desktop.

Select an option

Save musoftware/8b015a77e2c12f1d443799b006aa44a8 to your computer and use it in GitHub Desktop.
Support HTML5 in IE6/7/8 and old safari
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment