
    <body onload='t.value = localStorage.getItem("notes")'>
    <textarea
    id=t
    style="border: 0;padding: 30px;font-family: sans-serif; width: 100%; height: 100%;outline:none;"
    placeholder="Write it down..."
    spellcheck="false"
    oninput='localStorage.setItem("notes", this.value)'>
    </textarea>
    </body>
    