whalesong/web-world/examples/hello/hello.rkt
2011-08-22 14:53:11 -04:00

9 lines
218 B
Racket

#lang planet dyoo/whalesong
(require (planet dyoo/whalesong/web-world)
(planet dyoo/whalesong/resource))
(define-resource index.html "index.html")
(big-bang "don't care"
(initial-view index.html))