Source code

Revision control

Copy as Markdown

Other Tools

<head>
<script type="text/javascript">
localStorage.clear();
localStorage.setItem("zzztest", "zzzvalue");
document.title = localStorage.length;
</script>
</head>
<body>
</body>
</html>