Sitepoint demo app for learning to use Sinatra
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

10 lines
209 B

13 years ago
13 years ago
13 years ago
  1. !!!
  2. %html
  3. %head
  4. %meta(charset="utf-8")
  5. %title Just Do It
  6. %link(rel="shortcut icon" href="/favicon.ico")
  7. %link(rel="stylesheet" href="/styles.css")
  8. %body
  9. %h1.logo Just Do It
  10. = yield