Skip to content

Instantly share code, notes, and snippets.

@tokuda109
Created December 8, 2011 04:23
Show Gist options
  • Save tokuda109/1446098 to your computer and use it in GitHub Desktop.
Save tokuda109/1446098 to your computer and use it in GitHub Desktop.
Sample localStrage
<!doctype html>
<html>
<head>
<title>Dev Tools Sample</title>
<script type="text/javascript">
localStorage.setItem("message", "Hello World!");
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment