Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!-- Written by @addyosmani as part of 140bytes -->
<!-- Type into the main body to test -->
<!DOCTYPE html> 
<title>Offline Text Editor</title>
<style>
  body { font: 2rem/1.5 monospace;max-width:60rem;margin:0 auto;padding:4rem;}
</style>
<body>
<script>
  (function(d){l=localStorage,k='c',q=d.body;q.contentEditable=true;q.innerHTML=l[k]||'';q.onkeyup=function(){l[k]=q.innerHTML;}})(document);
</script>
</body>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
addyosmanipro
0viewers