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
 
@@ -26,25 +26,25 @@
 
      </p>
 
    </blockquote>
 
  </div>
 
  <div class="col-md-3">
 
    <blockquote>
 
      <a href="https://martianhumorist.me/" target="blank"><h2 class="text-center">You have something to hide!</h2></a>
 
      <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.mp4') }}" type='video/webm; codecs="vp8, vorbis"' />
 
        <source src="{{ url_for('static', filename='videos/Tor_Animation.mp4') }}" type='video/mp4' />
 
      </video>
 
    </p>
 
  </div>
 
  <div class="col-md-6">
 
      <p class=lead>
 
        <br>
 
        Tor is free software and an open network that helps you defend against network surveillance and preserve your personal freedom and privacy on the Internet.
 
      </p>
 
      <p>
 
        By bouncing your communications around a distributed network of relays run by volunteers all around the world, it prevents somebody watching your Internet connection from learning what sites you visit, and it prevents the sites you visit from learning your physical location.
 
      </p>
 
      <h2><a href="http://torproject.lu" target="blank"><span class="label label-info">Learn more about Tor</span></a></h2>
0 comments (0 inline, 0 general)