├── LICENSE ├── README.md ├── connect.js ├── index.html └── send.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheCodeAcademy/send-sms-online/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheCodeAcademy/send-sms-online/HEAD/README.md -------------------------------------------------------------------------------- /connect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheCodeAcademy/send-sms-online/HEAD/connect.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheCodeAcademy/send-sms-online/HEAD/index.html -------------------------------------------------------------------------------- /send.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheCodeAcademy/send-sms-online/HEAD/send.php --------------------------------------------------------------------------------