Skip to content

Instantly share code, notes, and snippets.

@yedi
Created March 21, 2012 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yedi/2152669 to your computer and use it in GitHub Desktop.
Save yedi/2152669 to your computer and use it in GitHub Desktop.
require 'sinatra'
require 'slim'
get '/' do
slim :email
end
__END__
@@email
!doctype html
html
head
meta charset="utf-8"
title Yedi's mail app'
body
form action="/" method="POST"
input type="text" name="first_name"
input type="text" name="last_name"
input type="text" name="email"
input.button type="submit" value="New Task >>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment