<html>
<head>
<script>document.title = localStorage ? "Has localStorage" : "No localStorage"</script>
</head>
<body>
</body>
</html>
<html>
<head>
<script>document.title = localStorage ? "Has localStorage" : "No localStorage"</script>
</head>
<body>
</body>
</html>