diff --git a/node/bindata.go b/node/bindata.go
index eb3344a8e6bd92b58af7acedb855926d63e999e2..6e753ad226c20f1a6a0a473996502d0c4a729c5a 100644
--- a/node/bindata.go
+++ b/node/bindata.go
@@ -1170,15 +1170,16 @@ var _templatesIndexHtml = []byte(`<!DOCTYPE html>
           <small>
             Click on a stream to listen to it.
             Hover on a stream to see more details.
+            Click on the listener counts to see stream statistics.
           </small>
         </p>
       </div>
       
       <div class="row footer">
-        powered by
-        <a href="https://git.autistici.org/ale/autoradio">
-          autoradio
-        </a>
+        <p>
+          powered by
+          <a href="https://git.autistici.org/ale/autoradio">autoradio</a>
+        </p>
       </div>
     </div>
 
@@ -1200,7 +1201,7 @@ func templatesIndexHtml() (*asset, error) {
 		return nil, err
 	}
 
-	info := bindataFileInfo{name: "templates/index.html", size: 3847, mode: os.FileMode(420), modTime: time.Unix(1613916140, 0)}
+	info := bindataFileInfo{name: "templates/index.html", size: 3923, mode: os.FileMode(420), modTime: time.Unix(1613928628, 0)}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 }
diff --git a/node/templates/index.html b/node/templates/index.html
index fb074115a0bd6bc01700ef1322c5bfeb036eb011..f428e53935ade37bffa485123cfadeff4067b407 100644
--- a/node/templates/index.html
+++ b/node/templates/index.html
@@ -92,15 +92,16 @@
           <small>
             Click on a stream to listen to it.
             Hover on a stream to see more details.
+            Click on the listener counts to see stream statistics.
           </small>
         </p>
       </div>
       
       <div class="row footer">
-        powered by
-        <a href="https://git.autistici.org/ale/autoradio">
-          autoradio
-        </a>
+        <p>
+          powered by
+          <a href="https://git.autistici.org/ale/autoradio">autoradio</a>
+        </p>
       </div>
     </div>