mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-08 02:04:01 +02:00
21 lines
469 B
Text
21 lines
469 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 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")
|