Skip to content

Instantly share code, notes, and snippets.

@yedi
Created March 21, 2012 20:21
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/2152502 to your computer and use it in GitHub Desktop.
Save yedi/2152502 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/' do
# "Hello, world"
slim :email
end
@@email
doctype html
html
head
meta charset="utf-8"
title Just Do It
body
form action="/" method="POST"
input type="text" name="task"
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