1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/doc/template.haml

20 lines
494 B
Text
Raw Normal View History

2008-11-02 06:42:25 -05:00
!!! strict
%html
%head
%title= title
%link{ :media => 'screen', :type => 'text/css', :href => '/sinatra.css', :rel => 'stylesheet' }
%body
#page
%h1
%a{ :href => '/'}= 'Sinatra'
%ul#navigation
%li
%a{ :href => '/' } The Hat
%li
%a{ :href => '/book' } The Book
%li
%a{ :href => '/api' } The API
%li
%a{ :href => 'http://github.com/bmizerany/sinatra' } The Source
#content= content