2014-02-06 07:46:47 -05:00
|
|
|
extends ../layout
|
|
|
|
|
|
|
|
block content
|
|
|
|
.page-header
|
|
|
|
h2
|
2014-06-02 14:47:35 -04:00
|
|
|
i.fa.fa-phone(style='color: #f00')
|
2014-02-06 07:46:47 -05:00
|
|
|
| Twilio API
|
|
|
|
|
|
|
|
.btn-group.btn-group-justified
|
2014-02-06 08:33:37 -05:00
|
|
|
a.btn.btn-primary(href='http://twilio.github.io/twilio-node/', target='_blank')
|
2014-02-06 07:46:47 -05:00
|
|
|
i.fa.fa-check-square-o
|
2014-02-06 08:33:37 -05:00
|
|
|
| Twilio Node
|
|
|
|
a.btn.btn-primary(href='https://apigee.com/console/twilio', target='_blank')
|
2014-02-06 07:46:47 -05:00
|
|
|
i.fa.fa-laptop
|
|
|
|
| API Console
|
2014-02-06 08:33:37 -05:00
|
|
|
a.btn.btn-primary(href='https://www.twilio.com/docs/api/rest', target='_blank')
|
2014-02-06 07:46:47 -05:00
|
|
|
i.fa.fa-code-fork
|
2014-02-06 08:33:37 -05:00
|
|
|
| REST API
|
2014-02-06 07:46:47 -05:00
|
|
|
|
2014-06-02 14:47:35 -04:00
|
|
|
br
|
|
|
|
|
2014-02-06 07:46:47 -05:00
|
|
|
.row
|
|
|
|
.col-sm-6
|
2014-02-06 08:09:54 -05:00
|
|
|
form(role='form', method='POST')
|
2014-03-28 13:40:55 -04:00
|
|
|
input(type='hidden', name='_csrf', value=_csrf)
|
2014-02-06 07:46:47 -05:00
|
|
|
.form-group
|
2014-06-02 14:47:35 -04:00
|
|
|
label.control-label Number to text
|
|
|
|
input.form-control(type='text', name='number', autofocus)
|
|
|
|
.form-group
|
|
|
|
label.control-label Message
|
|
|
|
input.form-control(type='text', name='message')
|
|
|
|
button.btn.btn-default(type='submit')
|
|
|
|
i.fa.fa-location-arrow
|
|
|
|
| Send
|