0
0
zero-blog/views/layout.haml

13 lines
292 B
Plaintext
Raw Normal View History

2011-06-24 15:40:37 +02:00
!!! 5
%html
%head
%title="zero-knowledge"
%link{:rel => 'stylesheet', :href => '/stylesheet.css', :type => 'text/css'}
%body
%header#header
%h1="zero-knowledge.org"
#content
%p.hint= link_to('Adminpanel', '/admin')
=yield
%footer#footer="ein footer"