├── LICENSE ├── README.md ├── index.html ├── notepad.css └── notepad.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Puter-Apps/notepad/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Puter-Apps/notepad/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Puter-Apps/notepad/HEAD/index.html -------------------------------------------------------------------------------- /notepad.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Puter-Apps/notepad/HEAD/notepad.css -------------------------------------------------------------------------------- /notepad.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Puter-Apps/notepad/HEAD/notepad.js --------------------------------------------------------------------------------