diff --git a/fe/templates/index.html b/fe/templates/index.html
index 40fbbbe27d775c55db4c1874b5cde7135f2b1ae9..e296743c37e928d8c2390001db9b87c9b497b07d 100644
--- a/fe/templates/index.html
+++ b/fe/templates/index.html
@@ -24,7 +24,8 @@
           {{$domain := .Domain}}
           {{range .Mounts}}
           <p>
-            <a href="http://stream.{{$domain}}{{.Name}}.m3u">{{.Name}}</a>
+            <a href="http://stream.{{$domain}}{{.Name}}">{{.Name}}</a>
+            <a href="http://stream.{{$domain}}{{.Name}}.m3u">(m3u)</a>
           </p>
           {{end}}
         </div>