0
0
zero-blog/views/layout.haml

25 lines
947 B
Plaintext
Raw Normal View History

2011-06-24 15:40:37 +02:00
!!! 5
%html
%head
2011-07-05 21:08:24 +02:00
%title="zero-knowledge - scripte, programmieren und administrtieren"
%meta{:'http-equiv' => 'Content-Type', :content => 'text/html; charset=utf-8'}
2011-06-24 15:40:37 +02:00
%link{:rel => 'stylesheet', :href => '/stylesheet.css', :type => 'text/css'}
%script{:src => '/public/javascript/head.min.js'}
%link{:rel => 'alternate', :type => 'application/atom+xml', :href => '/atom.xml', :title => 'Atom 1.0'}
2011-06-24 15:40:37 +02:00
%body
2011-07-05 21:08:24 +02:00
#wrapper
%header#header
%h1
%a{:href =>"/"}
%img{:src => "/public/images/zero-knowledge.png", :alt => "zero-knowledge"}
%img{:style => "float:right", :src => "/public/images/blub.png", :alt => "Logo"}
2011-07-05 21:08:24 +02:00
#content
=yield
%footer#footer
%p="Design and Content © 2011 by Gibheer and Stormwind"
:javascript
head.js(
'http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js',
'/public/app.js'
)