mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-09 02:34:00 +02:00
new version
This commit is contained in:
parent
f891540e66
commit
5fb07fd6b5
21 changed files with 146 additions and 73 deletions
21
doprava.haml
Normal file
21
doprava.haml
Normal 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")
|
Loading…
Add table
Add a link
Reference in a new issue