Skip to content

Instantly share code, notes, and snippets.

@maluhoss
maluhoss / index.html
Last active June 8, 2019 04:54
Note-taking app
<section>
<header>
<h1>Note-taking App</h1>
</header>
<article>
<textarea rows="5" cols="50" id="note"></textarea>
<button type="button" onclick="createNote()">Create note</button>
</article>
<article id="created-notes">
</article>