whalesong/examples/hello-css.rkt
2011-11-21 23:31:01 -05:00

9 lines
243 B
Racket

#lang planet dyoo/whalesong/base
(require (planet dyoo/whalesong/web-world)
(planet dyoo/whalesong/resource))
(define-resource "hello-css.css")
(define-resource "hello-css-main.html")
(big-bang 0 (initial-view hello-css-main.html))