diff --git a/templates/index.html b/templates/index.html
index f3dd09795557a03cbb01fc28b2d02fc0e9f831bb..4f27c743704df212faacab9bb46a7a79c2959d3a 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -4,11 +4,40 @@
     <title>Postfix statistics</title>
   </head>
   <body>
-    <img src="hour.png">
-    <img src="6hour.png">
-    <img src="day.png">
-    <img src="week.png">
-    <img src="month.png">
-    <img src="year.png">
+    <h3>Last hour</h3>
+    <div>
+      <img src="log_hour.png">
+      <img src="connections_hour.png">
+      <img src="mail_in_hour.png">
+      <img src="mail_out_hour.png">
+    </div>
+    <h3>Last 6 hours</h3>
+    <div>
+      <img src="log_6hours.png">
+      <img src="connections_6hours.png">
+      <img src="mail_in_6hours.png">
+      <img src="mail_out_6hours.png">
+    </div>
+    <h3>Last 12 hours</h3>
+    <div>
+      <img src="log_12hours.png">
+      <img src="connections_12hours.png">
+      <img src="mail_in_12hours.png">
+      <img src="mail_out_12hours.png">
+    </div>
+    <h3>Last day</h3>
+    <div>
+      <img src="log_day.png">
+      <img src="connections_day.png">
+      <img src="mail_in_day.png">
+      <img src="mail_out_day.png">
+    </div>
+    <h3>Last week</h3>
+    <div>
+      <img src="log_week.png">
+      <img src="connections_week.png">
+      <img src="mail_in_week.png">
+      <img src="mail_out_week.png">
+    </div>
   </body>
 </html>