new version

This commit is contained in:
Pavol Rusnak 2013-06-03 17:34:52 +02:00
parent f891540e66
commit 5fb07fd6b5
21 changed files with 146 additions and 73 deletions

21
doprava.haml Normal file
View file

@ -0,0 +1,21 @@
!!! 5
%html
%head
%meta(charset="utf-8")
%link(rel="icon" type="image/png" href="favicon.png")
%link(rel="stylesheet" type="text/css" href="style.css")
%title Povodne - Voda
%body
%ul#navbar
%li.logo  
%li <a href='index.html'>Voda</a>
%li.active <a href='doprava.html'>Doprava</a>
.content
#imgdoprava
%img(src="data/doprava.png" width="100%")
#doprava
=File.read("data/doprava.html")