</h1> <h2>Status: <code id="statusField">NO-STATUS</code></h2> <textarea id="fileEditor" cols="40" rows="10" wrap="hard" placeholder="Enter some text to save in a file..."></textarea> <br>File Name <input type="text" id="fileName" action=""> <button id="saveButton" action="">Save</button> <button id="loadButton" action="">Load</button> <button id="deleteButton" action="">Delete</button> <!-- The NaCl plugin will be embedded inside the element with id "listener". See common.js.--> <div id="listener"></div> </body> </html>