Skip to content

Instantly share code, notes, and snippets.

@gertig
Created November 8, 2010 14:47
Show Gist options
  • Save gertig/667767 to your computer and use it in GitHub Desktop.
Save gertig/667767 to your computer and use it in GitHub Desktop.
views/callme/index.html.erb
<h1>Twilio API demo</h1>
<h2 style="color: #ff0000"><%= params['msg'] %></h2>
<h3>Enter your phone number</h3>
<form action="/callme/makecall" method="post">
<input type="text" name="number" />
<input type="submit" value="Call me!">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment