#lang web-server/insta
(define (start request)
'(html
(head (title "My blog"))
(body (h1 "Under construction")
(p "Imagine a rocking website here")
(p "Should be pretty froody"))))
Subscribe to:
Post Comments (Atom)
#lang web-server/insta
(define (start request)
'(html
(head (title "My blog"))
(body (h1 "Under construction")
(p "Imagine a rocking website here")
(p "Should be pretty froody"))))
No comments:
Post a Comment