├── .gitattributes ├── README.md ├── composer.json ├── start_for_win.bat ├── start_io.php ├── start_web.php └── web ├── icon-close.png ├── index.html ├── main.css ├── notify.js └── repeat.jpg /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkor/web-msg-sender-for-win/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkor/web-msg-sender-for-win/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkor/web-msg-sender-for-win/HEAD/composer.json -------------------------------------------------------------------------------- /start_for_win.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkor/web-msg-sender-for-win/HEAD/start_for_win.bat -------------------------------------------------------------------------------- /start_io.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkor/web-msg-sender-for-win/HEAD/start_io.php -------------------------------------------------------------------------------- /start_web.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkor/web-msg-sender-for-win/HEAD/start_web.php -------------------------------------------------------------------------------- /web/icon-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkor/web-msg-sender-for-win/HEAD/web/icon-close.png -------------------------------------------------------------------------------- /web/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkor/web-msg-sender-for-win/HEAD/web/index.html -------------------------------------------------------------------------------- /web/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkor/web-msg-sender-for-win/HEAD/web/main.css -------------------------------------------------------------------------------- /web/notify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkor/web-msg-sender-for-win/HEAD/web/notify.js -------------------------------------------------------------------------------- /web/repeat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/walkor/web-msg-sender-for-win/HEAD/web/repeat.jpg --------------------------------------------------------------------------------