Changeset - 8fadcccc8bd7
[Not reviewed]
version_5
0 1 0
Dennis Fink - 9 years ago 2015-10-10 13:29:17
dennis.fink@c3l.lu
Fix wrong video source type
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/index.html
Show inline comments
 
@@ -35,7 +35,7 @@
 
  <div class="col-md-6">
 
    <p>
 
      <video width="560" height="315" controls>
 
        <source src="{{ url_for('static', filename='videos/Tor_Animation.mp4') }}" type='video/webm; codecs="vp8, vorbis"' />
 
        <source src="{{ url_for('static', filename='videos/Tor_Animation.mp4') }}" type='video/mp4' />
 
      </video>
 
    </p>
 
  </div>
0 comments (0 inline, 0 general)