Skip to content

Instantly share code, notes, and snippets.

@KirinDave
Created November 8, 2008 20:39
Show Gist options
  • Select an option

  • Save KirinDave/23131 to your computer and use it in GitHub Desktop.

Select an option

Save KirinDave/23131 to your computer and use it in GitHub Desktop.
#lang web-server/insta
(define (start request)
`(html (head (title "Hello"))
(body (div ((class "content")) (h1 "Welcome")))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment