scribble-enhanced/collects/scribble/html.rkt
Eli Barzilay a89b7b0608 Move meta/web/html' to scribble/html'.
(See http://lists.racket-lang.org/dev/archive/2010-October/004691.html
for a discussion on calling it `html' rather than `xhtml'.)

original commit: ca040ea42a7fa2bfb5e5332bee81ab41fec28b82
2010-10-26 13:50:17 -04:00

5 lines
86 B
Racket

#lang racket/base
(require "html/main.rkt")
(provide (all-from-out "html/main.rkt"))