mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-11 03:34:00 +02:00
fix query and add road map
This commit is contained in:
parent
48b49c9fd2
commit
0f030013ae
7 changed files with 59 additions and 6 deletions
24
cesty.haml
Normal file
24
cesty.haml
Normal file
|
@ -0,0 +1,24 @@
|
|||
!!! 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 Povodeň - Doprava
|
||||
%body
|
||||
|
||||
%ul#navbar
|
||||
%li.logo
|
||||
%li <a href='index.html'>Voda</a>
|
||||
%li <a href='doprava.html'>Doprava</a>
|
||||
%li.active <a href='cesty.html'>Cesty</a>
|
||||
%li <a href='pomoc.html'>Nabídky pomoci</a>
|
||||
%li <a href='kontakty.html'>Kontakty</a>
|
||||
|
||||
.content
|
||||
|
||||
#imgdoprava
|
||||
%img(src="data/cesty.png" style="width: 100%; max-width: 1500px;")
|
||||
|
||||
%hr
|
||||
.footer Data poskytuje Magistrát hl. m. Prahy. Bez záruky.
|
Loading…
Add table
Add a link
Reference in a new issue