0
0
zero-blog/views/layout.haml

20 lines
489 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'}
2011-06-25 07:33:58 +02:00
%script{:src => 'public/head.min.js'}
2011-06-24 15:40:37 +02:00
%body
%header#header
%h1="zero-knowledge.org"
#content
%p.hint
%a{:href => '/admin/login'}='Adminpanel'
2011-06-24 15:40:37 +02:00
=yield
%footer#footer="ein footer"
2011-06-30 14:48:05 +02:00
:javascript
head.js(
'http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js',
'/public/app.js'
)