├── Index.html ├── images ├── add.png ├── back.jpg ├── edit.png ├── note.png ├── trash.png └── wave.png ├── logic.js └── style.css /Index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Moeez-Rajpoot/Notebook-WebApp/HEAD/Index.html -------------------------------------------------------------------------------- /images/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Moeez-Rajpoot/Notebook-WebApp/HEAD/images/add.png -------------------------------------------------------------------------------- /images/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Moeez-Rajpoot/Notebook-WebApp/HEAD/images/back.jpg -------------------------------------------------------------------------------- /images/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Moeez-Rajpoot/Notebook-WebApp/HEAD/images/edit.png -------------------------------------------------------------------------------- /images/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Moeez-Rajpoot/Notebook-WebApp/HEAD/images/note.png -------------------------------------------------------------------------------- /images/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Moeez-Rajpoot/Notebook-WebApp/HEAD/images/trash.png -------------------------------------------------------------------------------- /images/wave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Moeez-Rajpoot/Notebook-WebApp/HEAD/images/wave.png -------------------------------------------------------------------------------- /logic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Moeez-Rajpoot/Notebook-WebApp/HEAD/logic.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Moeez-Rajpoot/Notebook-WebApp/HEAD/style.css --------------------------------------------------------------------------------