Changeset - 7116a7dfbf70
[Not reviewed]
version_5
0 1 1
Dennis Fink - 9 years ago 2015-10-10 13:39:17
dennis.fink@c3l.lu
Added webm version of the video
2 files changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
ennstatus/static/videos/Tor_Animation.webm
Show inline comments
 
new file 100644
 
binary diff not shown
ennstatus/templates/root/index.html
Show inline comments
 
@@ -32,12 +32,13 @@
 
      <footer>The Martian Humorist</footer>
 
    </blockquote>
 
  </div>
 
  <div class="col-md-6">
 
    <p>
 
      <video width="560" height="315" controls>
 
        <source src="{{ url_for('static', filename='videos/Tor_Animation.webm') }}" type='video/webm' />
 
        <source src="{{ url_for('static', filename='videos/Tor_Animation.mp4') }}" type='video/mp4' />
 
      </video>
 
    </p>
 
  </div>
 
  <div class="col-md-6">
 
      <p class=lead>
0 comments (0 inline, 0 general)