9 lines
212 B
Racket
9 lines
212 B
Racket
#lang at-exp s-exp "../common.rkt"
|
|
|
|
(define-context "stubs/git")
|
|
|
|
(provide git)
|
|
(define git
|
|
@page[#:title "Development Repository" #:file ""]{
|
|
This is a stub page to get the header for the gitweb server.})
|