Trying h3 for noscript instead of strong.
authorMichael McMahon <michael@fsf.org>
Sun, 28 Apr 2024 20:25:16 +0000 (16:25 -0400)
committerMichael McMahon <michael@fsf.org>
Sun, 28 Apr 2024 20:25:16 +0000 (16:25 -0400)
2024/live/index.html

index ea4ccf7f3478da71de104afd82600aa6f5bb620d..3118d3c3f0d322bfd34a502433b134396bfa5d3f 100755 (executable)
 
     <noscript>
       <!-- Modified language in 2024 because Neptune is not streamed in this
-          way. -->
+           way. -->
       <p>
-       Our conference streaming web interfaces require JavaScript, but all of
-       our streams (except for Neptune) are readily available on
+        Our conference streaming web interfaces require JavaScript, but all of
+        our streams (except for Neptune) are readily available on
         <a href="http://live.fsf.org">
           live.fsf.org
         </a>
         choice, such as VLC or mplayer.
       </p>
       <p>
-       You can watch the streams directly by using vlc or some other media
-       players with the following URLs:
+        You can watch the streams directly by using VLC or some other media
+        players with the following URLs:
       </p>
-      <h2>
+      <h3>
         High resolution videos:
-      </h2>
+      </h3>
+      <br>
       <ul>
         <li>
           <a href="https://live.fsf.org/stream-room-jupiter.webm">
         </li>
         -->
       </ul>
-
-      <h2>
+      <h3>
         Low resolution videos (480p):
-      </h2>
-
+      </h3>
+      <br>
       <ul>
         <li>
           <a href="https://live.fsf.org/stream-room-jupiter-lowres.webm">
         </li>
         -->
       </ul>
-
-      <h2>
+      <h3>
         Audio:
-      </h2>
-
+      </h3>
+      <br>
       <ul>
         <li>
           <a href="https://live.fsf.org/stream-room-jupiter.ogg">
         </li>
         -->
       </ul>
-
       <p>
         or using something like this on a terminal:
       </p>
       <pre>
         mpv https://live.fsf.org/stream-room-jupiter.webm
         mplayer https://live.fsf.org/stream-room-saturn.webm
-        ffplay https://live.fsf.org/stream-room-saturn.webm</pre>
+        ffplay https://live.fsf.org/stream-room-jupiter.webm
+        vlc https://live.fsf.org/stream-room-saturn.webm</pre>
     </noscript>
 
     <div id="stream"></div>