diff --git a/build/xslt/peertube.xsl b/build/xslt/peertube.xsl
new file mode 100644
index 0000000000..743d921be1
--- /dev/null
+++ b/build/xslt/peertube.xsl
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ https://download.fsfe.org/videos/peertube/
+
+
+
+
+ crossorigin
+
+
+ .jpg
+
+ controls
+
+
+ video/mp4; codecs="avc1.42E01E, mp4a.40.2"
+ screen and (min-width:1200px)
+
+
+ _1080p.mp4
+
+
+
+
+ video/mp4; codecs="avc1.42E01E, mp4a.40.2"
+ screen and (max-width:1199px)
+
+
+ _720p.mp4
+
+
+
+
+ video/mp4; codecs="avc1.42E01E, mp4a.40.2"
+ screen and (max-width:420px)
+
+
+ _360p.mp4
+
+
+
+
+ video/webm; codecs="vp9, opus"
+ screen and (min-width:1200px)
+
+
+ _1080p.webm
+
+
+
+
+ video/webm; codecs="vp9, opus"
+ screen and (max-width:1199px)
+
+
+ _720p.webm
+
+
+
+
+ video/webm; codecs="vp9, opus"
+ screen and (max-width:420px)
+
+
+ _360p.webm
+
+
+
+
+
+
diff --git a/fsfe.xsl b/fsfe.xsl
index e900090d41..448bbd7c77 100644
--- a/fsfe.xsl
+++ b/fsfe.xsl
@@ -19,6 +19,7 @@
+