diff --git a/doprava.haml b/doprava.haml
index f7c56ca..77d5e5d 100644
--- a/doprava.haml
+++ b/doprava.haml
@@ -19,3 +19,6 @@
#doprava
=File.read("data/doprava.html")
+
+ %hr
+ .footer Data poskytuje Dopravní podnik hl. m. Prahy. Bez záruky.
diff --git a/index.haml b/index.haml
index b522f17..0f4e4ca 100644
--- a/index.haml
+++ b/index.haml
@@ -31,3 +31,5 @@
%th průtok [m3s-1]
%th teplota [°C]
=File.read("data/table.html")
+ %hr
+ .footer Data poskytuje Český hydrometeorologický ústav. Bez záruky.
diff --git a/style.css b/style.css
index 7647ad3..0f0daec 100644
--- a/style.css
+++ b/style.css
@@ -76,3 +76,7 @@ table#table24h th {
#doprava {
font-size: 0.8em;
}
+
+.footer {
+ font-size: 0.8em;
+}