mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-07 17:54:10 +02:00
24 lines
627 B
Text
24 lines
627 B
Text
!!! 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.active <a href='doprava.html'>Doprava</a>
|
|
%li <a href='cesty.html'>Cesty</a>
|
|
%li <a href='pomoc.html'>Nabídky pomoci</a>
|
|
%li <a href='kontakty.html'>Kontakty</a>
|
|
|
|
.content
|
|
|
|
#doprava
|
|
=File.read("data/doprava.html")
|
|
|
|
%hr
|
|
.footer Data poskytuje Dopravní podnik hl. m. Prahy. Bez záruky.
|