Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<html>
<head>
<link href="default.css" type="text/css" rel="stylesheet" />
<!--[if lt IE 7]>
<link href="iexplore.css" type="text/css" rel="stylesheet" />
<![endif]-->
</head>
<body>
<h1>Testing</h1>
<!--[if lt IE 7]>
<div>I'm an old IE running in Windows</div>
<![endif]-->
</body>
</html>
<script type="text/javascript">
var isIE=isIE5=isIE6=isIE7=false;
</script>
<!--[if IE>
<script type="text/javascript">
isIE=true;
</script>
<![endif]-->
<!--[if IE 7>
<script type="text/javascript">
isIE7=true;
</script>
<![endif]-->
<!--[if IE 6>
<script type="text/javascript">
isIE6=true;
</script>
<![endif]-->
<!--[if IE 5>
<script type="text/javascript">
isIE5=true;
</script>
<![endif]-->